The only caveat is that - unless you unlock them - session are locked.
Therefore the same user cannot request two pages at the same time.
This in order to guarantee data integrity in sessions.

BTW: Other frameworks that store session in cookies do not guarantee
data integrity in sessions.

On Mar 21, 4:37 pm, olivier <[email protected]> wrote:
> I plan to use web2py as a simple desktop app service (using the
> packaged web2py for windows).
> Will the web server (I don't know which server ships in the stand
> alone version) handle several requests in parallel if I use ajax calls
> to several controller functions?
>
> I am wondering if this could be an easy way to launch different
> webcrawls from a page - by hitting a controller function with
> differents parameters - and easily scale the app by leveraging the
> multiprocess/multithread aspect of the web server. Am I assuming
> something wrong here?
>
> Thanks!

Reply via email to