KoDer schrieb:
> open("/usr/lib/python2.4/site-packages/Durus-3.6-py2.4-linux-i686.egg",
> O_RDONLY|O_LARGEFILE) = 6
> ......
> _llseek(6, 98304, [98304], SEEK_SET)    = 0
> read(6, "\340\377\224\322\373C\200\177.\245\367\205\0\307x\207\r"...,
> 4096) = 4096
> _llseek(6, 102400, [102400], SEEK_SET)  = 0
> _llseek(6, 102400, [102400], SEEK_SET)  = 0
> _llseek(6, 102400, [102400], SEEK_SET)  = 0
> .....
> and so on. As i understand all
> _llseek(6, 102400, [102400], SEEK_SET)  = 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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to