Is it possible ot mix named pipe with select in perl

Posted by Haiyuan Zhang on Stack Overflow See other posts from Stack Overflow or by Haiyuan Zhang
Published on 2010-06-07T03:18:15Z Indexed on 2010/06/07 3:22 UTC
Read the original article Hit count: 270

Filed under:

I need to write a daemon that supposed to have one TCP socket and one named pipe. Usually if I need to implement a multi IO server with "pure" sockets, the select based multi-IO model is always the one I will choose. so does anyone of you have ever used named pipe in select or you can just tell me it is impossible. thanks in advance.

© Stack Overflow or respective owner

Related posts about perl