ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.221 by root, Wed Dec 3 15:23:44 2008 UTC vs.
Revision 1.222 by root, Sun Dec 7 15:43:43 2008 UTC

2012the process. The exception are C<ev_stat> watchers - those call C<stat 2012the process. The exception are C<ev_stat> watchers - those call C<stat
2013()>, which is a synchronous operation. 2013()>, which is a synchronous operation.
2014 2014
2015For local paths, this usually doesn't matter: unless the system is very 2015For local paths, this usually doesn't matter: unless the system is very
2016busy or the intervals between stat's are large, a stat call will be fast, 2016busy or the intervals between stat's are large, a stat call will be fast,
2017as the path data is suually in memory already (except when starting the 2017as the path data is usually in memory already (except when starting the
2018watcher). 2018watcher).
2019 2019
2020For networked file systems, calling C<stat ()> can block an indefinite 2020For networked file systems, calling C<stat ()> can block an indefinite
2021time due to network issues, and even under good conditions, a stat call 2021time due to network issues, and even under good conditions, a stat call
2022often takes multiple milliseconds. 2022often takes multiple milliseconds.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines