Re: Python memory handling
- From: Matthew Woodcraft <mattheww@xxxxxxxxxxxxxxxxxxxxxx>
- Date: 31 May 2007 22:03:46 +0100 (BST)
Josh Bloom <joshbloom@xxxxxxxxx> wrote:
If the memory usage is that important to you, you could break this out
into 2 programs, one that starts the jobs when needed, the other that
does the processing and then quits.
As long as the python startup time isn't an issue for you.
And if python startup time is an issue, another possibility is to fork
before each job and do the work in the child.
-M-
.
- References:
- Python memory handling
- From: frederic . pica
- Re: Python memory handling
- From: Josh Bloom
- Python memory handling
- Prev by Date: RE: Is PEP-8 a Code or More of a Guideline?
- Next by Date: Re: non standard path characters
- Previous by thread: Re: Python memory handling
- Next by thread: TR: embeded python progam into visual C++ application crash
- Index(es):