Re: why doesn't Apache process multiple concurrent .cgi requests?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Tue, May 19, 2009 at 9:36 AM, Tomasz Chmielewski <mangoo@xxxxxxxx> wrote:
Is it normal that when calling i.e. http://server/cgi-bin/script.cgi multiple times, concurrently, from one client, each another request will only be served only when the previous script executed to an end?

No that's nor mal, it sounds more like you're hitting browser concurrency limits or pipelined/keepalive requests. Browsers have built-in limits on how many sockets they will open to a single server, and they also try to use keepalive connections as much as possible (which means request 2 will be serialised after request 1).
 
Try creating a DNS alias for the server and accessing the same CGI via two different server names.

--
Colm

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux