As before, if you can move to mod_wsgi and use its daemon mode try that as first step. This will eliminate memory swapping issues and other issues around startup cost of Apache child processes loading Django. Also gives a more predictable environment in which can then start doing testing as to how long requests are actually taking inside your application/database.
Graham On Jan 15, 5:35 am, SnappyDjangoUser <bpwall...@gmail.com> wrote: > I am having a similar problem with super slow performance in my > production environment (Apache with mod_python). Does anyone have > suggestions of settings that I can try tweaking? > > Graham has provided a lot of useful information earlier in the post, > but I am with Vernon in that I am unsure exactly how to start > debugging the root cause of the slow performance. > > Thanks, > > Brian > > On Jan 2, 1:53 am, vernon <syno...@gmail.com> wrote: > > > Thanks for both of your replies. It looks like what I'm experiencing > > isn't entirely abnormal and would also explain why the "first group of > > concurrent requests" are slower. > > > That said, coming from the comparatively easy worlds of PHP/mod_php > > and even Java and Tomcat, getting Django properly deployed feels like > > something of a minefield. I can follow along with what you're saying, > > but I don't really feel confident in making these decisions for > > myself. I'll start reading up on WSGI but are there any resources out > > there for understanding the implications of all these different server > > technologies, multithreaded vs. single threaded processes, etc... > > short of taking an operating systems class? :) I'd like to understand > > and experiment without necessarily having to wait for the "perfect > > setup" to eventually emerge, but I'm feeling a little out of my > > league. > > > Thanks again, > > Vernon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---