Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to configure thread pool settings in Orbix 6.3

Answer Posted / babuv

The variables in the thread_pool namespace specify policies that configure multi-threading. This namespace includes the following variables:

high_water_mark

high_water_mark specifies the maximum number of threads allowed in the thread pool. Defaults to -1, which means that there is no limit on the maximum number of threads.

initial_threads

initial_threads specifies the number of initial threads in the thread pool.

Defaults to the low_water_mark thread limit (or 5, if the low_water_mark is not set).

low_water_mark

low_water_mark specifies the minimum number of threads in the thread pool. If this variable is set, the ORB will terminate unused threads until only this number exists. The ORB can then create more threads, if needed, to handle the items in its work queue. Defaults to -1,which means do not terminate unused threads.

max

max sets the maximum number of threads that are available for JMS message processing.

max_queue_size

max_queue_size specifies the maximum number of request items that can be queued on the ORB’s internal work queue. If this limit is exceeded, Orbix considers the server to be overloaded, and gracefully closes down connections to reduce the load. The ORB will reject subsequent requests until there is free space in the work queue. Defaults to -1, which means that there is no upper limit on the size of the request queue. In this case, the maximum work queue size is limited by how much memory is available to the process.

stack_size

stack_size sets the ORB’s internal threads stack size. This is only available in the C++ ORB; the Java API does not allow manipulation of the thread stack size.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to increase the internal logging in orbix configure?

744


How you can access to cobra objects in orbix?

775


Does orbix 3 and 6 support java 7?

718


Tell me does orbix provide tool to remove surplus empty lines from an orbix configuration file?

719


Explain how to limit the connections to from a service?

691


Explain how you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?

714


What is orbix?

751


How we can access to corba objects in orbix?

718


How to configure the license of orbix 3.3?

776


Explain how you can configure an orbix domain to use fully qualified host names rather than short host names or ip addresses?

695


Explain how you can configure orbix logging?

725


How to limit the connections to from a service?

751


How to programatically query the length of a workqueue

1410


How to developed the event service consumers and suppliers?

792


Explain how you configure thread pool settings in orbix 6.3?

695