RE: OutOfMemory Exceptions and HTTP Processor Threads

2006-10-31 Thread Caldarale, Charles R
> From: Ryan Gies [mailto:[EMAIL PROTECTED] > Subject: OutOfMemory Exceptions and HTTP Processor Threads > > I will get OutOfMemory Exceptions because there is no free > memory to instantiate the 3rd webapp, as the idle HTTP > Connectors have consumed all available memory. M

OutOfMemory Exceptions and HTTP Processor Threads

2006-10-31 Thread Ryan Gies
What I observe is: a) A certain amount of free memory is required to instantiate a web application b) Concurrent requests are handled by separate HTTP Processor threads c) The maxSpareThreads attribute of the HTTP Connector is not honored until GC And when I: 1) Deploy three "helloworld" Turbin