> I really don't see why we moved the file Just to be clear, I moved the file because poll'ing is no longer tied to sockets. The previous implementation had a serious limitation, in that it couldn't poll pipes or files on platforms that supported it. Because of that limitation, I had put the original file in the network_io directory. That was a mistake years ago, so I took this opportunity to fix it. :-)
Ryan