in reply to Socket read timeout on Windows

IMHO IO::Socket::INET is relatively low-level. See my node here for one IMHO much better way to write a TCP client/server with Mojolicious, it can handle multiple clients on a single thread without blocking.