in reply to Re^3: Multiplexing problem
in thread Multiplexing problem
He can't if he wants to use select. The problem is that he is currently using a pipe (or whatever type of handle STDIN is). He needs to use a socket instead of a pipe because they're not selectable in Windows.