On Tuesday, February 5, 2013 5:30:11 PM UTC+1, Massimo Di Pierro wrote:
>
> Not sure I understand the question.


I think the doubt lies into the fact that given 1 request for the wiki page 
and ,e.g., 4 requests for 4 embedded images the 5 requests would be 
concurrent or serialized. In my apps whenever I don't use session I put at 
the top a session.forget(), and I know for a fact that static files are 
handled concurrently (they are outside session logic in main.py). 

In theory to download something (either in the default download() or in the 
catch of the wiki) session is not touched, so in case the requests are in 
fact serialized a session.forget() could/should be added.
 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to