Does Meinheld (+ Gunicorn) require async database drivers?
207 views
Skip to first unread message
Owais Lone
unread,
Dec 28, 2012, 1:10:27 PM12/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mein...@googlegroups.com
I'm thinking about using Meinheld with Gunicorn as a worker or totally replacing Gunicorn but I'm not sure if I need to use async db drivers as with Gunicorn + Gevent.
What changes do I need to make to my django code or gunicorn setup in order to take advantage of Meinheld async workers?