Sunday, May 29, 2016

Simultaneous Web Requests appending responses in function based views

Hello,
        I am new to django. I developed a web application using form based views. When I submit a single web request from the dev env, the response is returned correctly. When submit 2 simultaneously from 2 browsers, I see appended responses for each request. 

How can I process requests independently?

Thanks
crkatz

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f8d13849-0cef-43a2-b9c4-0f0ae1d5259d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment