[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
- Previous message: [Python-Dev] urllib2 EP + decr. startup time
- Next message: [Python-Dev] urllib2 EP + decr. startup time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] urllib2 EP + decr. startup time
- Next message: [Python-Dev] urllib2 EP + decr. startup time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]