JBoss Community

Re: Client JBOSS Communication takes long time on threaded remote calls

created by Hardik Shah in Performance Tuning - View the full discussion

I am also facing the similar issue.

Below is sample statistics for a load testing i executed.

 

Milli SecondNumber of Request Percentage with respect to total request
<=192158.99
>1 and <=23001629.28
>2 and <=54104640.04
>5 and <=101889918.44
>1033243.24
Total Request102500

 

I have also created a client program which makes RMI call to my JBoss application. I have commented my business logic in Session Bean and just giving success response directly from Session Bean.

From client, i am sending a packet with event timestamp value and in session bean i am comparing the timestamp received and current timestamp.

Through above I am calculating the time taken in milli seconds for request to reach my session bean. And same I am printting in log. (only one log per request)

 

So above statistics clearly shows that more than 60% of requests taking more than 2 milli second, which is not acceptable for my kind of application.

 

Please guide me as well for the solution.

Reply to this message by going to Community

Start a new discussion in Performance Tuning at Community