On Wed, Jun 22, 2011 at 2:42 PM, RVince <rvinc...@gmail.com> wrote:
>
> Will the first controller routine be allowed to finish? Or does it
> abort, in favor of the latest controller routine. I suppose I am
> asking if multiple controller routines can be executed by the same
> client simulataneoulsy?


The framework itself does not stop the user from doing anything with any
URL.
If you want to prevent the user from executing 2 requests simultaneously
then you need to track that yourself, and perform the appropriate checks at
the start of each request. As far as the framework is concerned a request is
anonymous until you treat it otherwise.

-- 

Michael

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

Reply via email to