Re: GUI Frameworks in Python?
From: Peter Maas (fpetermaas_at_netscape.net)
Date: 03/30/04
- Next message: Peter Maas: "Re: PyPerl 1.0.1 [requires Visual Studio compiler?]"
- Previous message: Piet van Oostrum: "Re: OT: FTP sync program?"
- In reply to: Peter Hansen: "Re: GUI Frameworks in Python?"
- Next in thread: Josiah Carlson: "Re: GUI Frameworks in Python?"
- Reply: Josiah Carlson: "Re: GUI Frameworks in Python?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 17:34:04 +0200
Peter Hansen wrote:
> The first time I launched IDLE, it took almost three seconds. (I don't
> have the Python installer compile .py files ahead of time.) After that
> it takes about one second as well.
Compiling is not the problem. The time for first launch is spent
for loading ~ 10 MB of executables into memory. I tried this
on my Win2000, 800 MHz, 256 MByte computer:
- start wxpython app (stand alone tree.py from the demo): ~ 3-4 sec
- repeat start: < 1 sec
- delete *.pyc, repeat start: < 1 sec
- reboot, repeat start with *.pyc: ~ 3-4 sec
I was watching system performance simultaneously and noticed a
decrease of free RAM memory by ~ 10 MB on starting and the same
increase on stopping. But the dlls - once loaded - apparently
are kept in RAM.
Mit freundlichen Gruessen,
Peter Maas
-- ------------------------------------------------------------------- Peter Maas, M+R Infosysteme, D-52070 Aachen, Hubert-Wienen-Str. 24 Tel +49-241-93878-0 Fax +49-241-93878-20 eMail peter.maas@mplusr.de -------------------------------------------------------------------
- Next message: Peter Maas: "Re: PyPerl 1.0.1 [requires Visual Studio compiler?]"
- Previous message: Piet van Oostrum: "Re: OT: FTP sync program?"
- In reply to: Peter Hansen: "Re: GUI Frameworks in Python?"
- Next in thread: Josiah Carlson: "Re: GUI Frameworks in Python?"
- Reply: Josiah Carlson: "Re: GUI Frameworks in Python?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|