Async IO Server with Blocking DB
looking for
lookingforsmartppl at gmail.com
Tue Apr 3 18:13:24 EDT 2012
More information about the Python-list mailing list
Tue Apr 3 18:13:24 EDT 2012
- Previous message (by thread): ANN: bayeux 0.2 released
- Next message (by thread): Async IO Server with Blocking DB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi We are thinking about building a webservice server and considering python event-driven servers i.e. Gevent/Tornado/ Twisted or some combination thereof etc. We are having doubts about the db io part. Even with connection pooling and cache, there is a strong chance that server will block on db. Blocking for even few ms is bad. can someone suggest some solutions or is async-io is not at the prime- time yet. Thanks
- Previous message (by thread): ANN: bayeux 0.2 released
- Next message (by thread): Async IO Server with Blocking DB
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list