On Tue, Jun 22, 2010 at 12:11 PM, Waleria <waleriantu...@gmail.com> wrote:
> I have a system that generate graphs and files .dat. However,  i'm
> having a problem, when two people access the system simultaneously may
> happen that the graph of a person to replace the second person, what
> can I do to make it not happen?


you have to get some way to keep both users separate.  one approach
would be to create DB records for each task, and use the record ID as
part of the file name.  another would be to use the session ID.


-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to