Fixed XML multithreading crash. See #501.

This commit is contained in:
brectanus
2008-05-30 20:01:44 +00:00
parent 0c1f2f2e09
commit 6241dfe961
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
30 May 2008 - trunk
-------------------
* Fixed issue with multithreaded servers where concurrent XML processing
could crash the web server (at least under Windows).
* Fixed blocking in phase 3.
* Persistent counter updates are now atomic.