Hi all, Can anyone provide any advice on settings for the Max handler threads? As far as I know this is just the queue that threads sit in before being moved to the 'active handler threads' pool where they are actually executed. So new requests to the web server will sit in this queue until the server is free to process it.
Our server processes threads pretty fast, but we have an issue at the moment where we get "java.lang.OutOfMemoryError: unable to create new native thread" on the odd occasion, normally when something hammers the server for a long period of time, I am going to possibly scale back the memory allocated to JRun so the operating system has more to play with, but I'm wondering if reducing the max handler threads pool will help this as well as there will be less total threads using up operating system memory? We don't actually need a large wait pool and it'd be better if requests got a server busy message rather than bloating out the available threads and thus operating system memory. Cheers Barry Chesterman. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
