v7

互動 – 資料緩衝

您可以設定資料緩衝區,將優惠方案主張計算取消同步,以提高傳入互動效能。 此設定將在執行個體自己的設定檔案(config-Instance.xml)中執行。

在Adobe Campaign, 資料緩衝區 已在互動模組中引入。 這可讓您 提升效能 取消同步化庫存和優惠方案計算,以達成傳入互動的目的。

它只與傳入互動有關,不論是透過呼叫(有或沒有呼叫資料)或狀態更新(updateStatus)進行。

若要在撰寫與收件者相關的建議時避免佇列,新程式會產生 資料緩衝區 可讓提案成為 非同步寫入. 系統會定期讀取及清空此資料緩衝區。 預設時段在約一秒的空間內。因此,建議撰寫會分組。

注意

如果您使用具有分散式架構的互動,此引數是必要的。

資料緩衝區 設定 可以在執行個體的設定檔案(config-Instance.xml)中完成。

注意

部分設定只能由Adobe託管部署的Adobe執行。 例如,存取伺服器和執行個體組態檔。 若要進一步瞭解不同的部署,請參閱 託管模型 區段或 此頁面.

對設定所做的任何變更都需要重新啟動網頁伺服器(Apache:IIS)和Adobe Campaign程式。
設定資料緩衝區之後,請確定有可調整的硬體設定。 (存在的記憶體數量)。

設定資料緩衝區之後,請確定有可調整的硬體設定。 (存在的記憶體數量)。

寫入精靈(名為:interaction)的定義如下:

<interactiond args="" autoStart="false" callDataSize="0" initScript="" maxProcessMemoryAlertMb="1800"
maxProcessMemoryWarningMb="1600" maxSharedEntries="25000" nextOffersSize="0"
processRestartTime="06:00:00" runLevel="10" targetKeySize="16"/>

如果您使用Inbound Interaction,@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

本頁內容