GNU bug report logs -
#5833
23.1.94; Opening files on network shares on w32 is slow
Previous Next
Reported by: Mathias Dahl <mathias.dahl <at> gmail.com>
Date: Sat, 3 Apr 2010 21:36:02 UTC
Severity: normal
Tags: moreinfo
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Mathias Dahl <mathias.dahl <at> gmail.com>
> Date: Tue, 6 Apr 2010 09:12:40 +0200
> Cc: 5833 <at> debbugs.gnu.org
>
> The results are very interesting:
If by ``interesting'' you mean the few large readings after the
initial one, I'd suspect some heavy network traffic at that moment
that slows down file access. Do you have any other explanations?
> Suddenly we get relatively good results.
It means most of the time is not spent in actually reading the file,
but in something else.
> find-file-noselect 30 119.71899999 3.9906333333
> find-file-noselect-1 30 84.484000000 2.8161333333
> insert-file-contents 30 42.253 1.4084333333
> after-find-file 30 42.230999999 1.4076999999
> file-exists-p 780 34.638999999 0.0444089743
> file-truename 60 29.048999999 0.4841499999
Perhaps look at why we spend about 1 sec (3.99 - 2.81) inside
find-file-noselect, and also why are we calling file-exists-p so many
times.
This bug report was last modified 5 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.