http://qs1969.pair.com?node_id=1076437


in reply to Simultaneously reading from a file and serving data

Have you looked at IO::Select? It will allow you to have a loop which is "simultaneously" waiting for input from multiple sources and waiting for outputs to become ready for write and allowing for timeouts. Or you could use the underlying select call.