tag:blogger.com,1999:blog-2797923531103204252.post-89217523867379280962007-09-07T23:07:00.000+02:002007-09-08T00:14:29.832+02:002007-09-08T00:14:29.832+02:00Python memory hackDjango and most of python frameworks eat a lot of RAM. To serve multiple pages in the same time there must be many running python processes (this is not like light www daemons which serve all requests from only one process, like lighttpd or nginx).
So every python process eats RAM. During it's live it imports many libraries and files. This imports are never freed by garbage collector. This majeknoreply@blogger.com1