First learn how to read and then use Local and LocalManager

Sorry about that...

On Thursday, May 15, 2014 8:18:51 AM UTC+2, Garito Yanged wrote:
>
> Hi!
> I'm creating a Request object in every call so I have a class with 
> __call__ method (the wsgi app) and in this function I always create the 
> request object then I pass it to my code
>
> Now I have noticed that the program is mixing request objects (I know it 
> because I have monitored the id of it and the same call could use more that 
> one)
>
> Is there a way to create this object so it will be exclusive for every 
> call?
>
> I even don't understand how coud it be possible that. You could end up 
> reading for instance request.path in two parts of your app with different 
> content, isn't it?
>
> I'm loosing anything?
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to