On Tuesday 29 May 2001 10:29, John Thorhauer wrote:
> On Tuesday 29 May 2001 05:12, Jon Stevens wrote:
> > Yup. That is exactly the problem. We need to reverse the order of
> > startup.
>
> Actually it looks to me like the mapping is not holding its order properly.
> I am not very familiar with the Configuration object but the comments in
> TurbineServices say that the it is used because it will keep the order
> correctly.  Does anyone know if this actually works?
>

Here is the order of things when Turbine shuts down:
PullService
MimeTypeService
MapBrokerService
PoolBrokerService
LocalizationService
XmlRpcService
ServletService
SecurityService
UniqueIdService
LoggingService
ResourceService
FactoryService
UploadService
VelocityService
TemplateService
SchedulerService
GlobalCacheService
AssemblerBrokerService
RunDataService
PoolService

So it doesnt look like it is keeping the order properly.  So even if I 
reverse the order there are still about half of the services that will not 
shutdown.  I can always hold out the Logging and Resource Services until last 
if that is appropriate but I am not sure of the consequences of this.  Any 
input is appreciated.

John
-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
** take a look at:
**  http://tambora.zenplex.org
**  http://www.zenplex.org
**  http://www.zenplex.com
********************************


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to