[jacorb-developer] Requests management in JacORB

Phil Mesnier mesnier_p at ociweb.com
Tue Apr 15 15:39:36 CEST 2014


HI Kujtim,

It sounds like you are asking about request dispatching by the POA. In JacORB, the POA uses a threadpool to service incoming requests. These requests are queued if there are no threads available in the pool. Ordinarily the management of this pool is done entirely by the POA with no insight given to the application. There are configuration properties available to put bounds one resources but that is about the extent of it.

If you want to measure frequency of requests vs processing time, you could install a server request interceptor to track requests and replies. 

What is the problem you are trying to solve?

Best regards,
Phil

On Apr 15, 2014, at 7:19 AM, Kujtim Hyseni wrote:

> Hi,
> 
> I would like to know what happens when during executing say operation1 from client side is requested to execute say operation2. From the tests I did I understood that the requests are added in queue by JacORB mechanisms and executed in order as they are requested. I would like to know how to detect that some next operation is requested while the first is still executing?
> 
> Regards,
> Kujtim
> 		 	   		  
> _______________________________________________
> jacorb-developer maillist  -  jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer

--
Phil Mesnier
Principal Software Engineer and Partner,   http://www.ociweb.com
Object Computing, Inc.                     +01.314.579.0066 x225






More information about the jacorb-developer mailing list