diff options
author | root <root> | 2008-04-23 08:21:02 +0000 |
---|---|---|
committer | root <root> | 2008-04-23 08:21:02 +0000 |
commit | 5785d8a95f63682d83a1067bd4258fcae9c71764 (patch) | |
tree | f59c65f709d366bd8801e3751bb7ed2ea2dbac77 | |
parent | 3175ed8a342661f42f8650020d91a181457a3872 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1636,9 +1636,9 @@ available on Linux) and present at runtime, it will be used to speed up change detection where possible. The inotify descriptor will be created lazily when the first C<ev_stat> watcher is being started. -Inotify presense does not change the semantics of C<ev_stat> watchers +Inotify presence does not change the semantics of C<ev_stat> watchers except that changes might be detected earlier, and in some cases, to avoid -making regular C<stat> calls. Even in the presense of inotify support +making regular C<stat> calls. Even in the presence of inotify support there are many cases where libev has to resort to regular C<stat> polling. (There is no support for kqueue, as apparently it cannot be used to |