Re: run django on multicore machine

2009-07-23 Thread Graham Dumpleton
On Jul 24, 8:53 am, James Matthews 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 wrote: > > > Not sure about my an

Re: run django on multicore machine

2009-07-23 Thread James Matthews
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 wrote: > > Not sure about my answer but > I think it matters more that the webserve

Re: run django on multicore machine

2009-07-23 Thread Some Guy
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 wrote: > Has django been designed to take advantage of multicore machine? Is > there a way

run django on multicore machine

2009-07-23 Thread ihome
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. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "