Does ruby handle binary data inefficiently?
Thanks,
Brian
_______________________________________________
Eventmachine-talk mailing list
Eventmac...@rubyforge.org
http://rubyforge.org/mailman/listinfo/eventmachine-talk
Hello, we are sending image files using EventMachine and for some
reason the image files take significantly longer to send than their
text counterparts.
We are using send_data(File.read).