On 7/26/06, Michael Van Canneyt <[EMAIL PROTECTED]> 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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to