On this line:
you're reading in a byte at a time. That, combined with the GVL, can seriously slow things down. You can either increase the number of bytes you're reading each loop or, ideally, use TCPSocket#read with a buffer. It's a bit more work to get right, but it should resolve your performance issues.
Cheers,
Josh
On Thursday, November 22, 2012 at 11:23 PM, J Silver wrote:
Want to report success using QtRuby library with the qtbindings gem.
Internally, Able to use Signals and Slots through the advancedtechniques described around the web.
Now have a working version of the chat available in the GlobalChat2repository.
It runs on 1.8.7 and 1.9.3. It lacks many of the features of theadvanced MacRuby client coming soon to App Store.
It uses QtDesigner for the GUI files with the UI loader and should runnatively on Mac, Windows and Linux.
However, one thing. The MacRuby client is DAYS faster getting a big logback from the server than QtRuby, and the signal is obviously not toblame. This happens on both 1.9 and 1.8.7. Any ideas?
HAPPY TURKY DAY!
jsilver_______________________________________________MacRuby-devel mailing list
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macruby-devel