Il 25/05/13 13:19, Ricardo Pedroso ha scritto:
> """
> Note that WSGIResource is a multithreaded WSGI container. Like any
> other WSGI
> container, you can't do anything asynchronous in your WSGI
> applications, even
> though this is a Twisted WSGI container
> """
>
> If you want to stay in WSGI land you need to use something that is
> built around greenlets
> or around the enhanced generators.
> Probably your best bet, currently, is using gevent with monkey patch.
> And if your are querying a database you should use a pure python
> driver implementation to be able
> to be monkey patched by gevent.
>
>
> Ricardo
Hi Riccardo,
just a clarification... any contraindication to use DAL with
do_connect=False out of web2py to build up query I need in async
programming with twisted?

Thank you

    M.

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to