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 t
> 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:
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
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 queues from a database. once an item is
queu