Arbotext Publishing Engine Programmer's Guide (《Arbortext Publishing Engine 程序员指南》) > The Arbortext Publishing Engine Request Manager > Understanding the Internal Structure of Arbortext PE Request Manager > Arbortext PE 子进程 Pool Attributes > The default Attribute
  
The default Attribute
The default attribute has a default value of no. If set to yes, the Arbortext PE 子进程 can service any HTTP request. If any TestSet elements are defined for this Arbortext PE 子进程 pool, they are ignored.
As described in Arbortext PE 子进程 Allocation, when a request handler calls E3RequestContext.allocateE3Subprocess, it passes the current HTTP request. The Arbortext Publishing Engine Request Context passes the HTTP request to each Arbortext PE 子进程 pool defined in e3config.xml, asking whether it can fulfill the request. The Arbortext PE 子进程 pool with default set to yes always responds that it can service the request.
Be sure to give only one Arbortext PE 子进程 pool the yes value for the default attribute. The pools are queried in the order they're configured in e3config.xml, so make sure it's the last pool configured in the SubprocessPools section of e3config.xml. Because the default pool handles all HTTP requests, any pool configured after it will never be asked to handle a request.