[cse491] select method

C. Titus Brown ctb at msu.edu
Mon Sep 15 18:04:38 PDT 2008


On Mon, Sep 15, 2008 at 09:01:00PM -0400, Scott Anthony Buffa wrote:
-> I don't know if this was asked yet or not, but are we allowed to use the 
-> select method built into python?

'select' is a blocking call... you should use only non-blocking calls
for the HW assignment.

--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the cse491-fall-2008 mailing list