configure option to specify mmap/shm

2002-02-07 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi, Question : What option(s) should I pass to the configure to enable/disable the various SHM options (MMAP, SHMGET)..(sorry if it's a dumb question) Problem : On a HPUX 11i system (worker MPM, 2.0.31), I'm seeing the following in srclib/apr/include/apr.h : #define

Re: configure option to specify mmap/shm

2002-02-07 Thread Aaron Bannert
On Thu, Feb 07, 2002 at 09:06:40AM -0800, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Hi, Question : What option(s) should I pass to the configure to enable/disable the various SHM options (MMAP, SHMGET)..(sorry if it's a dumb question) Problem : On a HPUX 11i system (worker

RE: configure option to specify mmap/shm

2002-02-07 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
APR_USE_SHMEM_MMAP_ZERO.. -Madhu -Original Message- From: Aaron Bannert [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:12 AM To: [EMAIL PROTECTED] Subject: Re: configure option to specify mmap/shm On Thu, Feb 07, 2002 at 09:06:40AM -0800, MATHIHALLI,MADHUSUDAN (HP

Re: configure option to specify mmap/shm

2002-02-07 Thread Aaron Bannert
On Thu, Feb 07, 2002 at 09:21:20AM -0800, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Nope.. It does not work (for me).. That's the reason I need to change to to use SHMGET_ANON.. I was thinking that there'a already a option available to do such things.. BTW, is it not strange that it

RE: configure option to specify mmap/shm

2002-02-07 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
9:47 AM To: [EMAIL PROTECTED] Subject: Re: configure option to specify mmap/shm On Thu, Feb 07, 2002 at 09:21:20AM -0800, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Nope.. It does not work (for me).. That's the reason I need to change to to use SHMGET_ANON.. I was thinking that there'a

Re: configure option to specify mmap/shm

2002-02-07 Thread Aaron Bannert
On Thu, Feb 07, 2002 at 01:19:45PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: I wrote a small test program - attached is the program and the output.. This discussion has moved to [EMAIL PROTECTED] -aaron