Re: Threads and tomcat

2003-09-24 Thread Tim Funk
Ok. I don't know and wish not to know. (Prefer to see what the spec says with respect to threads and obey that) At a minimum, tomcat obeys the spec with respect to thread usage. Tomcat will create the number of threads needed to serve the requests concurrently up to the configured limit. (minPr

Re: Threads and tomcat

2003-09-24 Thread Josh G
Tim Funk wrote: The lifespan of a thread or request? -Tim A thread. Like when does tomcat decide to create them, and when they're done servicing a request are they killed or simply put on hold back in the pool to wait for the next request? And if they're kept alive, how long before thet're cle

Re: Threads and tomcat

2003-09-24 Thread Tim Funk
The lifespan of a thread or request? -Tim Josh G wrote: Hi, I'm trying to get some info on the lifespan of a thread in tomcat (4), can somebody point me to some documentation or help me out? Cheers, Josh - To unsubscribe, e-

Threads and tomcat

2003-09-23 Thread Josh G
Hi, I'm trying to get some info on the lifespan of a thread in tomcat (4), can somebody point me to some documentation or help me out? Cheers, Josh -- [ Josh 'G' McDonald ][ 0415 784 825 ][ http://www.gfunk007.com/ ] - To unsu

Apache threads and tomcat connections

2002-12-16 Thread Joseph Shraibman
Will apache create on connection to tomcat for each child server, or for each thread? -- To unsubscribe, e-mail: For additional commands, e-mail: