Re: [PATCH] "Global" vs. "Local" prefix on named mutexes and named shm on Windows

2013-10-14 Thread Mladen Turk
On 10/15/2013 02:27 AM, Jeff Trawick wrote: Or in a more APR-like fashion, add apr_shm_create_ex() and apr_shm_attach_ex() which have a special processing flag (bitmap). For Windows, APR_SHM_NS_LOCAL and APR_SHM_NS_GLOBAL would be respected. That could be used by an app that can't with wi

Re: [PATCH] "Global" vs. "Local" prefix on named mutexes and named shm on Windows

2013-10-14 Thread Jeff Trawick
On Mon, Oct 14, 2013 at 10:59 AM, Ivan Zhakov wrote: > On 14 October 2013 15:31, Jeff Trawick wrote: > > On Mon, Oct 14, 2013 at 4:34 AM, Ivan Zhakov wrote: > >> > >> On 12 October 2013 18:48, Jeff Trawick wrote: > >> > With APR on Windows, creating shared memory or a cross-process mutex > >>

buildbot success in ASF Buildbot on apr-trunk-fbsd

2013-10-14 Thread buildbot
The Buildbot has detected a restored build on builder apr-trunk-fbsd while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/apr-trunk-fbsd/builds/271 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-fbsd2_64bit Build Reason: scheduler Build S

Re: [PATCH] "Global" vs. "Local" prefix on named mutexes and named shm on Windows

2013-10-14 Thread Ivan Zhakov
On 14 October 2013 15:31, Jeff Trawick wrote: > On Mon, Oct 14, 2013 at 4:34 AM, Ivan Zhakov wrote: >> >> On 12 October 2013 18:48, Jeff Trawick wrote: >> > With APR on Windows, creating shared memory or a cross-process mutex >> > with a >> > "file" name parameter results in a resource being cre

Re: [PATCH] "Global" vs. "Local" prefix on named mutexes and named shm on Windows

2013-10-14 Thread Jeff Trawick
On Mon, Oct 14, 2013 at 4:34 AM, Ivan Zhakov wrote: > On 12 October 2013 18:48, Jeff Trawick wrote: > > With APR on Windows, creating shared memory or a cross-process mutex > with a > > "file" name parameter results in a resource being created with a "Global" > > prefix, which in turn restricts

Re: [PATCH] "Global" vs. "Local" prefix on named mutexes and named shm on Windows

2013-10-14 Thread Ivan Zhakov
On 12 October 2013 18:48, Jeff Trawick wrote: > With APR on Windows, creating shared memory or a cross-process mutex with a > "file" name parameter results in a resource being created with a "Global" > prefix, which in turn restricts the call to Administrator (or more > accurately, a thread with t