[fpc-pascal] Apache processing cgi requests

Graeme Geldenhuys graemeg.lists at gmail.com
Wed Jul 26 10:43:41 CEST 2006


On 7/26/06, Michael Van Canneyt <michael at freepascal.org> wrote:
> They are processed at the same time. Apache works threaded, so multiple
> versions of your CGI script could be running at the same time. You could
> simply have used the GetTempFileName function from SysUtils to avoid
> concurrency problems. Although using a GUID as a filename is just as good.
>
> Michael.

So I guess it was pure luck that we didn't pickup any issues.  Thanks
for your quick response!

Regards,
  Graeme.


-- 
There's no place like 127.0.0.1



More information about the fpc-pascal mailing list