Re: shutdown and linux poll()

2006-02-20 Thread Chris Darroch
Hi -- I've crafted what seems to me like a reasonably minimal set of patches to deal with the issue I described in this thread: http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113986864730305&w=2 The crux of the problem is that on Linux, when using httpd with the worker MPM (and probabl

APR_USE_SHM_SHMGET vs APR_USE_SHMEM_MMAP_TMP

2006-02-20 Thread Daniel May
Can someone tell me why the default shared memory method under Linux is APR_USE_SHM_SHMGET ? Actually, there are so many different APR_USE_SHM_* defines, it becomes a bit confusing.  Is there a doc somewhere that explains the different methods and the pros/cons for each ?   What is the prop