简体   繁体   中英

Apache Queuing CGI-BIN functions

I am running an Apache Server and I have placed a script to generate a report within the CGI-BIN which I can then start running from link in simple webpage I put together.

The script works no problem. What I have noticed though is that if I attempt to run two or more of the same script through the browser they are queued, ie the second will not run until the first is done? I was wondering why this happens and if it is possible to turn it off if necessary,

Thanks

It turns out that it was actually Chrome queueing the requests rather apache.

I tried it on different browsers and it worked fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM