Re: CGI info
- Posted by Daniel Berstein <daber at PAIR.COM> Mar 18, 1999
- 456 views
At 09:34 PM 17-03-1999 , you wrote: >I've read about that before, but, as I understood it, only one POST request >can be handled at once. >Hopefully I'm wrong about that =) Errr... only one GET or POST request can handled at once my any CGI application. You can have several instaces of a CGI running concurrently, each attending to it's own request. Perhaps the limitation you are refering is of some ancient non multi-threaded webserver? Regards, Daniel Berstein [ daber at pair.com ]