在Adobe Campaign中,「互動」模組中已引入資料緩衝區。 這可讓您取消同步庫存和選件計算,以提高傳入互動的效能。
它只涉及傳入的互動,不論是呼叫(有無呼叫資料)或狀態更新(updateStatus)。
為避免在寫入與收件者相關的提案時出現隊列,新進程生成允許以非同步方式寫入提案的資料緩衝區。 此資料緩衝區會定期讀取和清空。 預設時段約為1秒。因此,建議書寫是分組的。
資料緩衝區configuration可在實例的配置檔案(config-Instance.xml)中完成。
對設定所做的任何變更都需要重新啟動Web伺服器(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"/>
如果您使用「傳入互動」,@autostart屬性必須為"true",才能在Adobe Campaign伺服器啟動時自動啟動程式。
引數詳細資料:
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