Re: Shared memory space
[prev]
[thread]
[next]
[Date index for 2005/01/06]
On Thu, 06 Jan 2005 13:30:40 -0700
"John D. Sanders" <johnsanders@xxxxxxxxxxxx.xxx> wrote:
> How can I increase the amount of shared memory space that this error
> is talking about?
>
> Apache/2.0.46 (Red Hat) configured -- resuming normal operations
> Loading Apache::Request at runtime. You could increase shared memory
> between Apache processes by preloading it in your httpd.conf or
> handler.pl file
What it is saying is that you should preload Apache::Request so
that it can be shared amongst your Apache children. You'll want
to check out this page:
http://perl.apache.org/docs/1.0/guide/performance.html#Sharing_Memory
---------------------------------
Frank Wiles <frank@xxxxx.xxx>
http://www.wiles.org
---------------------------------
 |
 |
Re: Shared memory space
Frank Wiles 20:38 on 06 Jan 2005
|