|
Hi,
That's what I find neat about the Ruby solution. From Ruby the IO looks like it is synchronous. All of the select/poll and IO thread logic is hidden in C code and invisible to the Ruby programmer. There is no Ruby API for async IO.
Will look into it, thanks. Regards, Diego.