I'm researching the deployment of a new internal app and the ops team
have asked me what type of server the app requires. What I'm looking
for is some advice / guidance on how best to make
use of multi cores in a single machine deployment.

We are currently running mod_wsgi, postgresql on a single machine.

What I've read has said that due to GIL you need to run multi-process
mod_wsgi and make use of that to

(I know a separate db server would be best, I know!)
(And I know the web app will always be the bottleneck, I'm just
looking for best practise.)

Thanks in advance,
Dan

-- 
Dan Hilton
============================
www.twitter.com/danhilton
www.DanHilton.co.uk
============================

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to