Return-Path: william@bourbon.usc.edu Delivery-Date: Sun Sep 7 09:54:00 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m87Gs06l008895 for ; Sun, 7 Sep 2008 09:54:00 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m87Gql5A013967 for ; Sun, 7 Sep 2008 09:52:47 -0700 Message-Id: <200809071652.m87Gql5A013967@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: CS 551 clean shutdown Date: Sun, 07 Sep 2008 09:52:47 -0700 From: Bill Cheng Someone wrote: > I'm not sure clean shutdown you said. Right now I simply free memory and > close the socket. > does that mean clean shutdown or any else I should do and I should use > what kind of function to do? I've just rewrite the paragraph in the spec about graceful shutdown. Please see: http://merlot.usc.edu/cs551-f08/projects/warmup1.html#graceful It's basically the same information as before. But I hope this is more clear. If you still have questions, please let me know. -- Bill Cheng // bill.cheng@usc.edu