https://issues.apache.org/bugzilla/show_bug.cgi?id=48606
--- Comment #2 from Ruediger Pluem <[email protected]> 2010-01-25 08:52:47 CET --- (In reply to comment #1) > Also, take into account, that operation > > *conn = worker->cp->conn; > worker->cp->conn = NULL; > > is not atomic and not thread safe. We potentially can get same conn for two > threads. This also happens in trunk version. It doesn't need to because this code is only executed in non threaded environments. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
