On Dec 11, 2007 1:21 PM, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > > Hi again, > > > 3. I'm using prefork MPM on apache with maxclients set to 1000. > > Apart from Joe's excellent profiling suggestion, I would recommend > reducing maxclients to a much lower value (like say 100) and then > increasing it gradually.
Please make 'hello world' view to simplify the troubleshooting. If it's still "only" 300 r/s without hitting the DB, the problem is much smaller. You haven't listed your ab parameters; if you're using maxclients so high, perhaps you're paying the process startup cost (nearly) each time, so consider setting startservers high. In general, if you have a dedicated web server, setting startservers near maxclients isn't a bad way to go. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---