[cse491] HW3 Blocking Echo Server Question

C. Titus Brown ctb at msu.edu
Sun Sep 27 21:09:49 PDT 2009


On Sun, Sep 27, 2009 at 09:22:01PM -0400, Andrew Kos wrote:
> Should the blocking echo-server shutdown after it has received, processed,
> and closed a connection with a client? Or should it stay on and be able to
> process another connection? If so, should we implement some way to shut down
> the server, like a ctrl-c or something?

Hi andrew,

right, leave it running.  You don't need to implement anything special
(CTRL-C will kill most processes on the server side) although you can if
you want to...

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



More information about the cse491-fall-2009 mailing list