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

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

 



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?

For example, if we have a script.cgi which sleeps for a specified amount of seconds, we call it several times concurrently in one browser:

1) http://server/cgi-bin/script.cgi?sleep=30_seconds
2) http://server/cgi-bin/script.cgi?sleep=0_seconds


Request 1) will take 30 seconds to deliver results to the client.
Request 2) will also take 30 seconds to deliver results to the clients, as it is blocked by request 1) for that amount of seconds.

Is my thinking correct?


--
Tomasz Chmielewski
http://wpkg.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[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