From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] silent limit in thread(2) Channels which can corrupt the stack? From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011121080427.096B5199E7@mail.cse.psu.edu> Date: Wed, 21 Nov 2001 10:08:47 +0100 Topicbox-Message-UUID: 2699d4f2-eaca-11e9-9e20-41e7f4b1d025 : We use threaded programs very heavily here but we've never exceeded that : particular limit. One problem is that allocating (malloc/realloc) the wait list : causes incredible race conditions. IMHO, the limit is not bad, since it warns you of high contention on a channel, which could mean that you'd better split the work somehow. thanks, I'll merge your source with mine.