Hi,
    What effect does a Singleton class have when it is called by the Action?
I read that the Action is reused.
It is just a simple file save utility but multiple users might be calling it
from their actions at the same time.  Is it recommended to use a utitily
like this ? 

The upload utility is an example. If multiple users upload, and every file
is saved in the same directory, the java directory handle might have to be
shared. Is that right ? Won't it result in locking of the directory ?

Thanks,
Mohan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to