[Python-Dev] urllib2 EP + decr. startup time (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sat Feb 17 15:39:31 CET 2007


KoDer schrieb:

open("/usr/lib/python2.4/site-packages/Durus-3.6-py2.4-linux-i686.egg", ORDONLY|OLARGEFILE) = 6 ...... llseek(6, 98304, [98304], SEEKSET) = 0 read(6, "\340\377\224\322\373C\200\177.\245\367\205\0\307x\207\r"..., 4096) = 4096 llseek(6, 102400, [102400], SEEKSET) = 0 llseek(6, 102400, [102400], SEEKSET) = 0 llseek(6, 102400, [102400], SEEKSET) = 0 ..... and so on. As i understand all llseek(6, 102400, [102400], SEEKSET) = 0 calls after first are just heating air.

If you want to implement a patch to eliminate unnecessary system calls, please submit it to sf.net/projects/python.

Regards, Martin



More information about the Python-Dev mailing list