Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Oct 29 13:49:23 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.4 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 m9TKnNen023911 for ; Wed, 29 Oct 2008 13:49:23 -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 m9TL0kSC023005 for ; Wed, 29 Oct 2008 14:00:46 -0700 Message-Id: <200810292100.m9TL0kSC023005@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: Problem in Project Date: Wed, 29 Oct 2008 14:00:46 -0700 From: Bill Cheng Someone wrote: > but i am facing this problem from many days, > when i am creating a socket in multiple threads, same socket descriptor is > created, > i.e whenever a successful connect is done in multiple threads, same socketfd > is returned. > Could you please give some pointers what i am doing wrong. Hmm... I've never heard of something like this and I don't know what can cause this. Can you make your warmup #1 do the same thing? Sorry that I cannot be more helpful. -- Bill Cheng // bill.cheng@usc.edu