Is Python suitable for a huge, enterprise size app?

Fredrik Lundh fredrik at pythonware.com
Tue May 24 16:38:05 EDT 2005


Dieter Maurer wrote:

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

nothing guarantees that, of course.  but I've never seen that
happen. and I'm basing my comments on observed behaviour in
real systems, not on theoretical worst-case scenarios.  every
time I've seen serious fragmentation, it's been related to leaks,
not peak memory usage.

</F>






More information about the Python-list mailing list