summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsf <sf@13f79535-47bb-0310-9956-ffa450edef68>2014-05-09 20:14:01 +0000
committersf <sf@13f79535-47bb-0310-9956-ffa450edef68>2014-05-09 20:14:01 +0000
commit19b6e9a2008342386569b7132e969c85cb0c04ab (patch)
tree8fe918da87eae062d76faeb55e7b77643733bbe5 /CHANGES
parent86974288396989fbdc269ba9b17d41d9a75fc17f (diff)
downloadlibapr-19b6e9a2008342386569b7132e969c85cb0c04ab.tar.gz
Option to detect concurrent accesses to pools
Enabled by new configure option --enable-pool-concurrency-check. Compared to pool-owner-debugging, this only detects cases where there is actual contention between accesses. The advantage is that runtime costs should be relatively low. The diagnostic messages could still use some improvement. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1593614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ecd646571..efe4f28f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) Add new --enable-pool-concurrency-check configure option to detect
+ thread-unsafe concurrent accesses to pools. Runtime costs should be
+ relatively low. [Stefan Fritsch]
+
*) Add apr_sockaddr_info_copy(), for making a deep copy of an
apr_sockaddr_t into a specified pool. [Yann Ylavic
<ylavic.dev gmail.com>]