My web app creates, writes to and deletes a temporary directory if a
certain method is invoked.

I'm concerned about implications if multiple users call this method at
the *same time*.  They will all be trying to create/delete/write
simultaneously which will lead to problems right?....

In other words, TurboGears methods don't "block" for each user right?
I can't assume each method is only invoked once at a time right?

(I'm aware of Python's tempfile module to create temp files/dirs.  I
was hoping to avoid it. :)

Any help greatly appreciated.

Chris



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to