Arbortext PE サブプロセス Pool Initialization
Arbortext PE サブプロセス pools are started during Arbortext Publishing Engine Request Context initialization. When an Arbortext PE サブプロセス pool starts, it reads its parameters and then launches a background work thread. The thread then launches Arbortext PE サブプロセス, terminates old ones, and controls other behaviors as defined by the pool parameters in e3config.xml.
Remember that Arbortext PE サブプロセス start asynchronously to the rest of initialization, so there’s no guarantee that an Arbortext PE サブプロセス will be initialized and ready to accept requests at any particular time. However, if an initializer calls the Arbortext Publishing Engine Request Context’s allocateE3Subprocess method, the call will block until an Arbortext PE サブプロセス has started and is ready to receive communication. This means that initializers can use an Arbortext PE サブプロセス if necessary.
これは役に立ちましたか?