On Oct 16, 5:31 pm, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> On Oct 17, 7:14 am, Doug Van Horn <[EMAIL PROTECTED]> wrote:
> What is the mod_wsgi configuration you are using and how many
> processes/threads are you using for Apache child processes and
> mod_wsgi daemon processes?
For what it's worth, here's what I ended up settling on:
MPM Worker (mod_worker)
WSGIDaemonProcess foo maximum-requests=1000 stack-size=524288
threads=10
WSGIProcessGroup foo
> I don't see how business applications vs social networking sites makes
> any difference. Care to explain?
I was trying to convey the fact that my applications aren't oriented
around thousands or more users as a typical social site would likely
be, or at least hope to be.
doug.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---