[peruser] Multiple simultaneous connections issues
Stefan Seufert
stefan at seuf.de
Wed Apr 5 02:48:40 MDT 2006
Sean, that's good news.
But we still should think about some mutexes protecting the
manipulations of the processor status. The chance that a race conditions
will happen seems to be small and the consequences seem to be benign but
still operations such as
if (processor->status == CHILD_STATUS_STANDBY)
{
_DBG("Activating child #%d", processor->id);
processor->status = CHILD_STATUS_STARTING;
}
should be protected. I think the APR has some useful stuff in that area.
Good work,
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://www.telana.com/pipermail/peruser/attachments/20060405/5bdce10e/signature-0003.bin
More information about the Peruser
mailing list