Am 03.10.2008 um 13:48 schrieb Eric Will:
Like I said, I don't really know anything about threading. From what I understand, doing a blocking read() call in a Ruby thread is going to block the entire program anyway, because Ruby doesn't do "real" threads.
Ruby doesn't use real threads, that's correct, but ruby is clever and won't internally use a blocking read() then. Ruby uses async read() then and block the thread.
-- Jonathan
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ JDev mailing list FAQ: http://www.jabber.org/discussion-lists/jdev-faq Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: [EMAIL PROTECTED] _______________________________________________
