> > I payed attention that no threads are created, I do a select on this > socket (and others) to check for read readiness before calling > #recvfrom. > I am having a problem similar to this. I have a reciever with a select in it, which sees the incoming socket, but when I call socket.recv, I get an error that says "in recv: recv for buffered IO". I am using threads in this program. Is that the problem, and if so, why, and how do I recieve from a socket, inside a select, without having this buffered problem? -- Posted via http://www.ruby-forum.com/.