[jboss-jira] [JBoss JIRA] Closed: (JBREM-589) Fix raw_socket performance tests.

Ron Sigal (JIRA) jira-events at jboss.com
Thu Aug 24 17:54:51 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBREM-589?page=all ]

Ron Sigal closed JBREM-589.
---------------------------

    Resolution: Done

The server was only processing one client at a time, and the waiting clients timed out.  SocketPerformanceClient.getSocket() returned instead of throwing an exception, and later makeInvocation() got a NullPointerException because there was no socket or InputStream.  

Added a remoting.number_of_clients parameter which tells the server how many threads to start, one per client.

> Fix raw_socket performance tests.
> ---------------------------------
>
>                 Key: JBREM-589
>                 URL: http://jira.jboss.com/jira/browse/JBREM-589
>             Project: JBoss Remoting
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.0.0.GA (Boon)
>            Reporter: Ron Sigal
>         Assigned To: Ron Sigal
>             Fix For: 2.0.0.GA (Boon)
>
>
> raw_socket performance tests throwing NullPointerException in SocketPerformanceClient.makeInvocation().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list