[jboss-user] [JBoss Remoting] - sslservlet transport - too many client requests

Janardhan Burugupalli do-not-reply at jboss.com
Fri Nov 5 09:22:41 EDT 2010


Janardhan Burugupalli [http://community.jboss.org/people/jburugupalli] created the discussion

"sslservlet transport - too many client requests"

To view the discussion, visit: http://community.jboss.org/message/569811#569811

--------------------------------------------------------------
HI All,

I am using remoting 2.5.1 with JBoss 5.1.0

I have setup sslservlet transport for my EJB2 beans. The invocation from the client side works fine.
Invocation URL  https://serverName:443/unified-invoker/SSLJNDIFactory/?dataType=invocation&return-exception=true https://serverName:443/unified-invoker/SSLJNDIFactory/?dataType=invocation&return-exception=true

To measure performance with a server behind firewall, I made a call on the server which returns a big List with objects back to the client.

Too many server client pings with small data (maximum of 1434 bytes).

I monitored this single call with wireShark and the data is as follows


|| *Nr* || *Time(milli seconds)* ||
| 1 - 60 (just for logging in) | 4.54 |
| *After this method call to fetch huge data* |  |
| 61 (response from the huge method) | 123.47 (response after a delay of 120 seconds, I checked the server and the mthod took 93 seconds) |
| *3881* (somany exchanges from server) | 215.574 |

So the initial calls 1-60 are just remoting calls for the authentication.
After that the actual method is called. After a huge delay the first response from the server us obtained. After the first response there are 3800 more exchanges between the server and the client to complete the data transfer.

I tried to use the -Dremoting.payload.size=4098 as a VM param to increase the packet size and decrease the client/server traffic, but did not work.

Is there a way to over come this problem? Appreciate any feedback.

thanks.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/569811#569811]

Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101105/1d2b75a3/attachment-0001.html 


More information about the jboss-user mailing list