The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "inotify"

POEx::Inotify - inotify interface for POE River stage one • 1 direct dependent • 1 total dependent

POEx::Inotify is a simple interface to the Linux file and directory change notification interface, also called "inotify". It can monitor an existing directory for new files, deleted files, new directories and more. It can monitor an existing file to ...

GWYN/POEx-Inotify-0.0201 - 12 Dec 2012 02:59:39 UTC - Search in distribution

Linux::Inotify - Classes for supporting inotify in Linux Kernel >= 2.6.13 River stage zero No dependents

class Linux::Inotify The following code use Linux::Inotify; my $notifier = Linux::Inotify->new(); returns a new notifier. my $watch = $notifier->add_watch('filename', Linux::Inotify::MASK); adds a watch to filename (see below), where MASK is one of A...

TWERNER/Linux-Inotify-0.05 - 19 Sep 2007 19:27:55 UTC - Search in distribution

Workflow::Inotify - script to daemonize a Linux::Inotify2 handler River stage zero No dependents

Script harness for "Workflow::Inotify::Handler" classes. This is typically launched as a daemon by the inotifyd script or using a "systemctl" service description. See Workflow::Inotify::Handler...

BIGFOOT/Workflow-Inotify-1.0.5 - 08 Apr 2023 13:45:47 UTC - Search in distribution

IO::Lambda::Inotify - bridge between IO::Lambda and Linux::Inotify2 River stage zero No dependents

The module is a bridge between Linux::Inotify2 and IO::Lambda. It uses lambda-style wrappers for subscribe and listen to inotify events, in the more or less the same interface as Linux::Inotify2 does, but with extra timeout capability for free. The m...

KARASIK/IO-Lambda-Inotify-1.01 - 07 May 2012 18:25:17 UTC - Search in distribution

Linux::Perl::inotify River stage zero No dependents

This is an interface to Linux’s “inotify” feature. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'Linux’s'. Assuming ISO8859-1...

FELIPE/Linux-Perl-0.15 - 12 Sep 2018 03:24:57 UTC - Search in distribution

App::Inotify::Hookable - blocking command-line interface to inotify River stage zero No dependents

This simple command-line program is my replacement for the functionality offered by Plack's Filesys::Notify::Simple. I found that on very large git trees Plack would spend an inordinate amount watching the filesystem for changes. This program uses Li...

AVAR/App-Inotify-Hookable-0.09 - 15 Feb 2016 20:34:55 UTC - Search in distribution

AnyEvent::Inotify::Simple - monitor a directory tree in a non-blocking way River stage zero No dependents

This module is a wrapper around Linux::Inotify2 that integrates it with an AnyEvent event loop and makes monitoring a directory simple. Provide it with a "directory", "event_receiver" (AnyEvent::Inotify::Simple::EventReceiver), and an optional codere...

ROBN/AnyEvent-Inotify-Simple-0.04 - 04 Dec 2021 02:05:03 UTC - Search in distribution

File::ChangeNotify::Watcher::Inotify - Inotify-based watcher subclass River stage one • 7 direct dependents • 9 total dependents

This class implements watching by using the Linux::Inotify2 module. This only works on Linux 2.6.13 or newer. This watcher is much more efficient and accurate than the "File::ChangeNotify::Watcher::Default" class....

DROLSKY/File-ChangeNotify-0.31 - 09 Jan 2019 16:50:42 UTC - Search in distribution

Mojo::Server::Morbo::Backend::Inotify - Sample Morbo Inotify watcher River stage zero No dependents

To use this module, start morbo with the argument -b Inotify...

MRAMBERG/Mojo-Server-Morbo-Backend-Inotify-0.04 - 24 Apr 2017 11:50:00 UTC - Search in distribution

Linux::Inotify2 - scalable directory/file change notification River stage two • 15 direct dependents • 16 total dependents

This module implements an interface to the Linux 2.6.13 and later Inotify file/directory change notification system. It has a number of advantages over the Linux::Inotify module: - it is portable (Linux::Inotify only works on x86) - the equivalent of...

MLEHMANN/Linux-Inotify2-2.3 - 31 Jul 2021 11:46:56 UTC - Search in distribution

File::Tail::Inotify2 - Simple interface to tail a file using inotify. River stage zero No dependents

Yet another module to tail a file. Even if the file are renamed by logrotate(8), this module tail a new file created by logrotate(8)....

YSASAKI/File-Tail-Inotify2-1.02 - 28 Mar 2018 09:51:04 UTC - Search in distribution

PBS::Watch::InotifyWatcher - linux watch mechanism for watch_server.pl River stage zero No dependents

This module is used by *watch_server.pl* on linux. When queried, the watch server willl report all the modifiedfile....

NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTC - Search in distribution
  • watch_server.pl - uses the file system file watch system to accelerate PBS

AnyEvent::Filesys::Notify::Role::Inotify2 - Use Linux::Inotify2 to watch for changed files River stage one • 3 direct dependents • 3 total dependents

MGRIMES/AnyEvent-Filesys-Notify-1.23 - 06 Dec 2017 16:34:35 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 414 direct dependents • 673 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

tailt - Tail files using the Tail::Tool library River stage zero No dependents

Files You can specify local files either relatively or absolutely. Remote files uses a vim like syntax for specifying remote files, it uses the ssh protocol which may mean that you may have issues if you don't use ssh keys. The format for the URI is:...

IVANWILLS/Tail-Tool-v0.4.8 - 23 Nov 2018 11:28:51 UTC - Search in distribution

Wrangler - File manager with sophisticated metadata handling capabilities River stage zero No dependents

Extended file attributes are a very versatile and powerful extension of traditional file system semantics. Yet, most end-user applications ignore xattribs, or in cases where an app choses to make xattribs accessible for the average user, the actual u...

CLIPLAND/Wrangler-2.15 - 16 Feb 2015 19:07:41 UTC - Search in distribution

file-watch - Watch files and directories for changes River stage zero No dependents

"file-watch" uses iNotify to track when files change. The types of changes can be found in Linux::Inotify2. Running Commands When you use the "--command" option changes will be chunked and displayed every second. The program you run can find the file...

IVANWILLS/App-filewatch-0.005 - 05 Aug 2018 04:54:37 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

App::rmshit - keep a directory structure clean at all times River stage zero No dependents

rmshit was born out of plain rage and frustation, seeing that nobody seems to care about the XDG specifications, and dumping configuration files, temporary data and logs straight into $HOME. Even if you manually delete these files, they will be recre...

WOLDRICH/App-rmshit-0.6.4 - 18 Feb 2019 11:02:22 UTC - Search in distribution
26 results (0.046 seconds)