Adobe Campaign에서 데이터 버퍼 영역이(가) 상호 작용 모듈에 도입되었습니다. 이렇게 하면 재고 및 오퍼 계산을 동기화하여 인바운드 상호 작용의 성능을 높일 수 있습니다.
이것은 호출(통화 데이터 포함 또는 없는) 또는 상태 업데이트(updateStatus)를 통해서든 인바운드 상호 작용에 영향을 줍니다.
수신자와 관련된 제안을 작성할 때 큐를 피하려면 새 w 프로세스에서 데이터 버퍼 영역을(를) 생성하므로 제안서는 비동기적으로 작성될 수 있습니다. 이 데이터 버퍼 영역은 정기적으로 읽히고 비워집니다. 기본 기간은 약 1초입니다. 따라서 제안 쓰기는 그룹화됩니다.
데이터 버퍼 영역 구성은 인스턴스의 구성 파일(config-Instance.xml)에서 수행할 수 있습니다.
구성을 변경하려면 웹 서버(Apache:IIS)와 Adobe Campaign 프로세스를 다시 시작해야 합니다.
데이터 버퍼 영역을 구성한 후 수정된 하드웨어 구성을 사용할 수 있는지 확인하십시오. (메모리 양).
데이터 버퍼 영역을 구성한 후 수정된 하드웨어 구성을 사용할 수 있는지 확인하십시오. (메모리 양).
작성 데몬에 대한 정의(프로세스 이름:상호 작용)은 다음과 같습니다.
<interactiond args="" autoStart="false" callDataSize="0" initScript="" maxProcessMemoryAlertMb="1800"
maxProcessMemoryWarningMb="1600" maxSharedEntries="25000" nextOffersSize="0"
processRestartTime="06:00:00" runLevel="10" targetKeySize="16"/>
인바운드 상호 작용을 사용하는 경우 Adobe Campaign 서버가 시작될 때 프로세스를 자동으로 시작하려면 @autostart 속성이 "true"여야 합니다.
인수 세부 사항:
args: Start-up parameters
autoStart: Automatic start Default: false
callDataSize: Max. number of characters stored in the shared memory for call data
Default: 0
initScript: ID of JavaScript to execute when starting the process
maxProcessMemoryAlertMb: Alert concerning the amount of RAM consumed (in Mb) by a given process Default: 1800
maxProcessMemoryWarningMb: Warning concerning the amount of RAM consumed (in Mb) by a given process Default: 1600
maxSharedEntries: Max. number of events stored in the shared memory. Default: 25000
nextOffersSize: Maximum number of eligible offers sorted right after propositions, to be stored for statistics Default: 0
processRestartTime: Time of the day when the process is automatically restartedDefault: '06:00:00'
runLevel: Priority at start Default: 10
targetKeySize: Max. number of characters stored in the shared memory for identifying individuals Default: 16