Re: svn commit: r1068066 - /httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

2011-02-09 Thread Jim Jagielski
On Feb 9, 2011, at 2:02 AM, Ruediger Pluem wrote: >> +(*slot->num_free)--; > > Is this atomic? Don't we need to use the atomic functions from APR here? > > >> return APR_SUCCESS; >> } >> >> @@ -574,6 +592,7 @@ static apr_status_t slotmem_release(ap_s >> return APR_NOTFOUND; >>

Re: svn commit: r1068066 - /httpd/httpd/trunk/modules/slotmem/mod_slotmem_shm.c

2011-02-08 Thread Ruediger Pluem
On 02/07/2011 08:25 PM, j...@apache.org wrote: > Author: jim > Date: Mon Feb 7 19:25:14 2011 > New Revision: 1068066 > > URL: http://svn.apache.org/viewvc?rev=1068066&view=rev > Log: > OK, use faster, shared version... makes sense to persist this > info since it is aligned with the actual data