Kurt Schwehr <[EMAIL PROTECTED]> writes:

> I have two mac boxes... on my G5 machine, all pythons
> are slow to start:
>
> time python2.4 -c "pass"
>
> real    0m2.726s
>
>  time /usr/bin/python -c "pass"
>
> real    0m2.909s
> user    0m0.023s
> sys     0m2.719s
>
> But on my G4 laptop I get a real time of 0.09-0.15s
> which is much more acceptable, but this is a slower
> machine.  I've been looking at ktrace to see if I can
> figure out what is causing this.  Can anyone give a
> recommendation on how to get a little more info out of
> the trace?  I am guessing that it is some particular
> package causing a problem.

I have the same problem on my G5. Python startup times can slow down
up to 15s on my machine. Only a reboot fixes the issue. The trace
looks the same: an awfull lot of time is spent in getdirentries().

Sébastien

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to