Is Python suitable for a huge, enterprise size app?

Antoon Pardon apardon at forel.vub.ac.be
Mon May 23 05:33:31 EDT 2005


Op 2005-05-20, Dieter Maurer schreef <dieter at handshake.de>:
> "Fredrik Lundh" <fredrik at pythonware.com> writes on Thu, 19 May 2005 09:54:15 +0200:
>> ...
>> and unless your operating system is totally braindead, and thus completely unfit
>> to run huge enterprise size applications, that doesn't really matter much.  leaks
>> are problematic, large peak memory use isn't.
>
> Could you elaborate a bit?
>
> Large peak memory use means that the application got a large
> address space. What garantees that the residual memory use
> (after the peak) is compact and not evenly spread across
> the address space.

Well nothing. But how do you want to return memory back
to the O.S. when the residual memory use isn't compact
and evenly spread across the address space?

-- 
Antoon Pardon



More information about the Python-list mailing list