Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dbar1

  1. dbar1

    Using IO::Select in multi-client environment

    Hi, I am trying to use select call in multi-client model. Here's what my code does. # Create a socket $sockSel = new IO::Select( $servSock ); while ( @ready = $sockSel->can_read ) { foreach $fh ( @ready ) if ( $fh == $servSock ) { $newConn =...

Part and Inventory Search

Back
Top