Help for this page

Select Code to Download


  1. or download this
    while(1) {
            my @priority_array;
    ...
                }
            }
        }
    
  2. or download this
    while(1) {
            ($rready,$wready) = IO::Select->select($sel, $sel, undef);
    ...
                gen_chars($wsocket);
            }
        }