Folks,

Mindfull of the ObjectStream bug, I've written a new transport called 
"CustomStream" and benchmarked several run configurations.  The figures 
shown are the number of remote method invocations in ten seconds..

1) ObjectStream over sockets #1 -  8865
2) ObjectStream over sockets #2 -  1472
3) CustomStream over sockets -     3198
4) Over RMI -                      3338
5) ObjectStream over Pipe #1 -    64789
6) ObjectStream over Pipe #2 -     8243
7) Direct #3 -                  2309432
8)  DynamicProxy for comparison - TODO

#1 without calling reset() as workaround to the ObjectStream bug
#2 with calling reset() as workaround to the ObjectStream bug
#3 marshalled but not streamed.  Still as good as DynamicProxy for 
separation.

Regards,

- Paul H


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to