RE: Is that a race condition bug?

2010-02-04 Thread Peter Arseneau
: Is that a race condition bug? besides, the following warning indicated that developer already have been aware of the problem and tolerate it: 1. comments in worker.c: a: 896 requests_this_child--; /* FIXME: should be synchronized - aaron */ b: 632 /* TODO: requests_this_child

Re: Is that a race condition bug?

2010-02-04 Thread Nick Kew
On Thu, 4 Feb 2010 15:20:54 +0800 Tianwei tianwei.sh...@gmail.com wrote: besides, the following warning indicated that developer already have been aware of the problem and tolerate it: 1. comments in worker.c: a: 896 requests_this_child--; /* FIXME: should be synchronized - aaron

Re: Is that a race condition bug?

2010-02-04 Thread Tianwei
On Fri, Feb 5, 2010 at 12:14 AM, Nick Kew n...@webthing.com wrote: On Thu, 4 Feb 2010 15:20:54 +0800 Tianwei tianwei.sh...@gmail.com wrote: besides, the following warning indicated that developer already have been aware of the problem and tolerate it: 1. comments in worker.c: a:

Re: Is that a race condition bug?

2010-02-03 Thread Tianwei
besides, the following warning indicated that developer already have been aware of the problem and tolerate it: 1. comments in worker.c: a: 896 requests_this_child--; /* FIXME: should be synchronized - aaron */ b: 632 /* TODO: requests_this_child should be synchronized -