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 (wor

RE: configure option to specify mmap/shm

2002-02-07 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
to select 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,MADH

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

Re: configure option to specify mmap/shm

2002-02-07 Thread Jim Jagielski
Aaron Bannert wrote: > > For anonymous shared memory, it prefers MMAP_ZERO over SHMGET_ANON. Which is good because then you don't have to worry so much about the shared mem segment sizes configured in the kernel. -- ===

RE: configure option to specify mmap/shm

2002-02-07 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
ent: Thursday, February 07, 2002 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 SHMG

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