Re: how to start 1 to n daemon threads at deploy time

2011-01-14 Thread alexis
Great, thanks to all that answered. regards On Jan 14, 2011, at 12:54 PM, Caldarale, Charles R wrote: >> From: alexis [mailto:alz...@gmail.com] >> Subject: how to start 1 to n daemon threads at deploy time > >> as soon tomcat is started and my webapp deployed, start n threads >> as daemons wa

RE: how to start 1 to n daemon threads at deploy time

2011-01-14 Thread Caldarale, Charles R
> From: alexis [mailto:alz...@gmail.com] > Subject: how to start 1 to n daemon threads at deploy time > as soon tomcat is started and my webapp deployed, start n threads > as daemons waiting for commands. is this possible? Step 1: read the servlet spec. Step 2: implement a ServletContextListen

Re: how to start 1 to n daemon threads at deploy time

2011-01-14 Thread Pid
On 1/14/11 3:48 PM, alexis wrote: > Hi, im recently suscribed to the list and my apologies if this topic has been > treated before, if so, please point me to those threads :) > > I have an application running as daemon, this application handles n queue > managers (one per thread) reading those q