Hi, > >The ultimate scalable mechanism IMHO is sending requests to a JMS bus queue, >where they can be picked up by a farm of engines for processing. >(er, no, I'm not volunteering to implement it right now, just thinking >outloud ;-) > I think WebLogic queues all incoming requests, and dispatch them to a free thread. Thus you have a fixed number of woker threads created ahead, which handles the request.
Isn't apache webserver working the same way, not using threads but pre-forked processes? bye bernhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]