When using CORBA with a multi-threaded java app, our CORBA server creates a new thread for each request. Is there a way to change this behavior? I would like to just create a bunch of threads and then as requests come in use a thread that is available, rather than create a new thread each time.
Thanks!
Thanks!