[dev] Re: [cvs] commit: horde/docs CHANGES horde/lib Horde.php
Atif Ghaffar
aghaffar@developer.ch
Sun, 15 Apr 2001 00:10:34 +0200
Jon Parise wrote:
>
> On Sat, Apr 14, 2001 at 05:54:24PM -0000, avsm@horde.org wrote:
>
> > Add some temporary file handling routines -
> >
> > Horde::getTempDir() determines the system temp dir from upload_tmp_dir.
> > TMPDIR envvar, or as a last resort by cycling through predefined values
> > to see if they exist.
> >
> > Horde::getTempFile() returns a temporary filename which is also registered
> > with _fileCleanup to be unlinked at the end of the request.
Hi,
I am not sure if I understand it correctly.
You are creating and using tmpfiles?
Are these tmp files used by more than one requests?
Example if there are 5 servers loadbalanced, one request may come to
server1 and the next to server5. What will happen in this situation?