Results 1 to 1 of 1
- 01-19-2011, 07:36 AM #1
Member
- Join Date
- Jan 2011
- Posts
- 1
- Rep Power
- 0
jdk's CORBA ORB_CTRL_MODEL thread policy
Hi,
In jdk 1.6.0_23's CORBA implementation, you can set the Portable Object Adapter's thread policy to ORB_CTRL_MODEL (indeed this is the default, and means the ORB is responsible for assigning threads to incoming CORBA requests, e.g. from clients).
see:
Java IDL: Portable Object Adapter (POA)
I assume there is a thread pool somewhere that implements this policy. Does anyone know if there is a (configurable) maximum size to the thread pool, or is a new thread always created for a request if there are none available in the pool?
I've searched, but cannot find any details. Your help is much appreciated.
cheers,
Kevin.
Similar Threads
-
Client/Server with CORBA
By Eimo in forum Forum LobbyReplies: 2Last Post: 10-19-2010, 04:16 AM -
web services/CORBA
By hakimade in forum Advanced JavaReplies: 1Last Post: 09-04-2009, 12:49 PM -
Applet+thread+java policy
By shiva_l in forum Java AppletsReplies: 0Last Post: 12-29-2008, 10:20 AM -
Djava.security.policy=applet.policy
By willemjav in forum Java AppletsReplies: 1Last Post: 03-09-2008, 01:57 AM -
Djava.security.policy=applet.policy
By willemjav in forum NetBeansReplies: 0Last Post: 03-09-2008, 01:09 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks