On Jul 24, 8:53 am, James Matthews <nytrok...@gmail.com> wrote:
> Django depends more on the python interpreter. If it really matters
> recompile python to take advantage of your machine. I am sure you will see
> some nice improvements
>
> On Fri, Jul 24, 2009 at 12:08 AM, Some Guy <djul...@gmail.com> wrote:
>
> > Not sure about my answer but....
> > I think it matters more that the webserver you are using can take
> > advantage of multicore (i.e. mod_python instances running in their own
> > thread.)
>
> > On Jul 23, 10:26 am, ihome <ihomest...@gmail.com> wrote:
> > > Has django been designed to take advantage of multicore machine? Is
> > > there a way to boost the performance of a django server on multicore
> > > machine? Any thoughts? Thanks.
Recompiling Python is not the answer. Use of a multi process web
server is the answer, but the comment about mod_python isn't strictly
accurate.
FWIW, read:
http://blog.dscpl.com.au/2007/09/parallel-python-discussion-and-modwsgi.html
http://blog.dscpl.com.au/2009/03/python-interpreter-is-not-created-for.html
http://code.google.com/p/modwsgi/wiki/ProcessesAndThreading
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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
-~----------~----~----~----~------~----~------~--~---