You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2002/04/21 14:36:39 UTC

[AltRMI] Callback performance figures

Folks,

Getting timings for "Custom Stream over non-Callback transport" ....

   ant -buildfile socketb.xml server
   ant -buildfile socketb.xml client

... and comparing to timings for "Custom Stream over Callback transport" 
....

   ant -buildfile socketc.xml server
   ant -buildfile socketc.xml client

... shows that the callback transport is only 15% slower that the 
traditional transport.

This is great news.  Vinay had tried implementing a third party BEEP 
implementation which allows multiplexing over a single connection and it 
was 90% slower.  The current impl is one that Vinay developed on his own 
and takes advantage of the fact that our packets are way smaller than 
the constant streams that BEEP is trying to support.

Regards,

- Paul H


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>