For some reason my Bricolage is only handling a single http
request at a
time. I am using Ubuntu Edgy with bricolage 1.10.2 and the
apt version of
apache-perl. My /usr/local/bricolage/conf/http.conf has the
following lines:
MinSpareServers 2
MaxSpareServers 6
StartServers 2
MaxClients 8
MaxRequestsPerChild 0
When I do a PS I see 6 apache-perl processing running, but
without fail, if
one request is already being handled, no other ones will be
handled until
the first one is done.
Any ideas?
--
http://glassbrian.comhttp://cooking.glassbri
an.com
Re: single concurrent http request
2008-02-22 12:38:53
I lied.
It turns out when I make requests as a different user it
works OK. It is
just allowing only one request per user at a time.
Any way to change that?
On Fri, Feb 22, 2008 at 1:34 PM, Brian Glass <brianglassbrian.com> wrote:
> For some reason my Bricolage is only handling a single
http request at a
> time. I am using Ubuntu Edgy with bricolage 1.10.2 and
the apt version of
> apache-perl. My /usr/local/bricolage/conf/http.conf has
the following lines:
>
> MinSpareServers 2
> MaxSpareServers 6
> StartServers 2
> MaxClients 8
> MaxRequestsPerChild 0
>
> When I do a PS I see 6 apache-perl processing running,
but without fail,
> if one request is already being handled, no other ones
will be handled until
> the first one is done.
>
> Any ideas?
>
> --
> http://glassbrian.com
> http://cooking.glassbri
an.com
--
http://glassbrian.comhttp://cooking.glassbri
an.com
Re: single concurrent http request
2008-02-28 17:31:25
On Feb 22, 2008, at 10:38, Brian Glass wrote:
> I lied.
>
> It turns out when I make requests as a different user
it works OK.
> It is
> just allowing only one request per user at a time.
>
> Any way to change that?
That is not a limitation; you can make N requests with a
single user.
David