When you import psyco in python2.5, you can see the memery grow up
near 40MB in linux. but the same version python and psyco, is only grow up 1MB
under windows.
kyo
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------
I have a hunch it's because of how the OS's are reporting shared memory
usage. IE, the 1 MB increase under windows may not be altogether
truthful, and neither is the reported 40 MB on linux. Memory usage is
tricky to judge on any modern OS, as shared libraries do increase the
apparent memory use by an application, but the libraries are shared with
other applications and OS components.
>
> kyo
>