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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
