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