-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
raffaello ha scritto:
> Ho fatto la prova con un programma dotato di molte finestre.
> Aprendole e chiudendole, e controllando l'utilizzo memoria in task
> manager, la memoria viene effettivamente restituita, ma solo al 70%
> circa.
> Comunque grazie d
Ho fatto la prova con un programma dotato di molte finestre. Aprendole e
chiudendole, e controllando l'utilizzo memoria in task manager, la memoria
viene effettivamente restituita, ma solo al 70% circa.
Comunque grazie dell'aiuto.
2008/4/14, enrico franchi <[EMAIL PROTECTED]>:
>
> On Sat, Apr 12,
On Sat, Apr 12, 2008 at 8:47 AM, Nicola Larosa <[EMAIL PROTECTED]> wrote:
> Era vero fino alla versione 2.4 dell'interprete; dalla 2.5 la memoria non
> più usata viene effettivamente restituita al sistema operativo.
Bene. TY.
--
-enrico
___
Python
raffaello wrote:
> Is it true that when an object is destroyed in a Python application
> the garbage collector does NOT give back the occupied memory to the
> Operating System as long as the application is running, but keeps it
> at the disposal of the same application?
[Switching to Italian langu
On Fri, Apr 11, 2008 at 7:24 PM, raffaello <[EMAIL PROTECTED]> wrote:
> Scusami, Enrico, hai ragione.
> Cercherò di spiegarmi meglio dicendo cosa voglio ottenere.
> Scrivo dei programmi in wx.Python basati su una frame principale e su
> numerose frame secondarie destinate a operazioni usate raramen
Scusami, Enrico, hai ragione.
Cercherò di spiegarmi meglio dicendo cosa voglio ottenere.
Scrivo dei programmi in wx.Python basati su una frame principale e su
numerose frame secondarie destinate a operazioni usate raramente.
Se la memoria usata da queste finestre secondarie NON viene restituita
all
On Fri, Apr 11, 2008 at 4:38 PM, raffaello <[EMAIL PROTECTED]> wrote:
> Is it true that when an object is destroyed in a Python application
> the garbage collector does NOT give back the occupied memory to the
> Operating System as long as the application is running, but keeps it at the
> disposa
Is it true that when an object is destroyed in a Python application
the garbage collector does NOT give back the occupied memory to the
Operating System as long as the application is running, but keeps it at the
disposal of the same application?
___
Pyth