[rabbitmq-discuss] Experimental STOMP adapter available

Tony Garnock-Jones tonyg at lshift.net
Sun Feb 3 15:06:47 GMT 2008


Hi David,

David Leadbeater wrote:
> I noticed in some other testing that Net::Stomp currently has a rather
> large overhead as it does a getc for every single character in a
> frame.

How were you testing it? Our Erlang STOMP serialiser always supplies a 
content-length header, and from my reading of the Net::Stomp code, it 
looks like it should use the content-length, when there is one, to do a 
single block read.

Tony





More information about the rabbitmq-discuss mailing list