I have one apache instance for serving both django and static content
but the static content is not served through mod_python (with a
<LocationMatch> directive for static content in the virtual host
configuration that does "SetHandler None")

After solving this dynamic / static library issue for mod_python, I am
going to separate static content totally, setting up another apache
instance or with lighttpd or with Amazon S3 for serving static
content, but I do not know which one and how for now.

Did restricting MaxThreadsPerChild imposed a negative effect on
performance?



On 13 Eylül, 11:28, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 13-Sep-07, at 1:48 PM, omat wrote:
>
> > I am running 7 Django sites with an Apache + mod_python setup, on a
> > Fedora Core 4 dedicated server with 2 GB memory. When I restart
> > apache, memory usage is somewhere between 200 - 400 MB and quickly
> > climbs up to somewhere around 1.5 GB. The sites are not high traffic,
> > in total, they generate no more then 20,000 page views daily.
>
> are you serving media also through mod_python? are you restricting
> MaxThreadsPerChild? I find doing these two brings down memory usage
> dramatically
>
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to