Help for this page

Select Code to Download


  1. or download this
    while (($connection) = $server->accept()) {
    # do fork stuff
    
  2. or download this
    while(<$connection>) {  # waits for data
    # handle the incoming message