What MPM are you using? What is the output of httpd -l ??
-ascs
De : Jean-Christophe Roux [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 2 janvier 2008 17:59
À : users@httpd.apache.org
Objet : [EMAIL PROTECTED] Requests taking a lot of time
Hello,
I am
Jean-Christophe Roux wrote:
Hello,
I am struggling with an issue and I have the following set up that
reproduces the problem.
I am running apache 2.2 on Centos 5.0.
On the client side, I have a web page that polls the server every
second. Using prototypejs, it looks like that:
setInterval('p
Hello,
I am struggling with an issue and I have the following set up that reproduces
the problem.
I am running apache 2.2 on Centos 5.0.
On the client side, I have a web page that polls the server every second. Using
prototypejs, it looks like that:
setInterval('polling();', 1000);
function p