From owner-freebsd-threads@FreeBSD.ORG Wed Jun 25 00:42:05 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A7D37B401 for ; Wed, 25 Jun 2003 00:42:04 -0700 (PDT) Received: from sccrmhc12.attbi.com (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D5D343F75 for ; Wed, 25 Jun 2003 00:42:04 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.233.125.100]) by attbi.com (sccrmhc12) with ESMTP id <2003062507420301200fuhj6e>; Wed, 25 Jun 2003 07:42:03 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA98599; Wed, 25 Jun 2003 00:42:03 -0700 (PDT) Date: Wed, 25 Jun 2003 00:42:01 -0700 (PDT) From: Julian Elischer To: Anurag Chaudhary In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: semaphores and multithreading X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 07:42:05 -0000 It is not going to be very helpful but you should upgrade to 5.1 (preferably -current) and try the two new pthread libraries.. (there are now 4) Threads support (real threads) is one of the main improvements to 5.1 On Wed, 25 Jun 2003, Anurag Chaudhary wrote: > > its pthread library on freebsd 5.0 release > > >From: Julian Elischer > >To: Anurag Chaudhary > >CC: freebsd-threads@freebsd.org > >Subject: Re: semaphores and multithreading > >Date: Wed, 25 Jun 2003 00:33:02 -0700 (PDT) > > > >Which thread library are you using? > >And on what release of the OS? > > > > > >On Wed, 25 Jun 2003, Anurag Chaudhary wrote: > > > > > hi > > > > > > I am having a multi-threaded application. the child thread has to wait > >on a > > > semaphore but when it does so the parent thread stops responding and > >taking > > > inputs from the keyboard. > > > I tried changing the scheduling policy and priority of the child thread > >but > > > in vain. > > > child thread is created with default attributes. > > > Can anybody figure out some solution for this? > > > > > > urgent help required > > > > > > thanx > > > Chaudhary Anurag > > > > > > _________________________________________________________________ > > > Take this online tour. Win an HCL Beanstalk PC. > > > http://server1.msn.co.in/sp03/hclbeanstalktour/amazing_winxp.html > > > > > > _______________________________________________ > > > freebsd-threads@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > > > To unsubscribe, send any mail to > >"freebsd-threads-unsubscribe@freebsd.org" > > > > > > > _________________________________________________________________ > Smile a little. Enjoy the summer with Joggers' Park! > http://server1.msn.co.in/sp03/joggerspark/index.asp > > _______________________________________________ > freebsd-threads@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > To unsubscribe, send any mail to "freebsd-threads-unsubscribe@freebsd.org" >