[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

inotify - ruby

Sandor Szücs

8/6/2008 1:59:00 PM

Hi all!

I just want to have Events on created or modified files and directories
under a specific directory (recursive) on a Linux system.


According to google there exists three inotify libraries, but their =20
states
bother me a bit.

http://raa.ruby-lang.org/projec...
http://dinhe.net/~aredridel/projects/ruby/ruby-in...
http://rubyforge.org/projects...

It seems that all projects are not longer maintained, because the last
changes are on 2007 and one of them on 2005. All three are marked as =20
beta
and I don't really know what I should do now.
The oldest is inotify and is written in pure ruby, which I prefer. I
think I can easily add behaviour that I want to have.

Has anyone used that libs or one of them before?


Any suggestions are welcome.

regards, Sandor Sz=FCcs
--=

2 Answers

Aria Stewart

8/6/2008 2:07:00 PM

0


On Aug 6, 2008, at 7:59 AM, Sandor Sz=FCcs wrote:

> Hi all!
>
> I just want to have Events on created or modified files and =20
> directories
> under a specific directory (recursive) on a Linux system.
>
>
> According to google there exists three inotify libraries, but their =20=

> states
> bother me a bit.
>
> http://raa.ruby-lang.org/projec...
> http://dinhe.net/~aredridel/projects/ruby/ruby-in...
> http://rubyforge.org/projects...
>
> It seems that all projects are not longer maintained, because the last
> changes are on 2007 and one of them on 2005. All three are marked as =20=

> beta
> and I don't really know what I should do now.
> The oldest is inotify and is written in pure ruby, which I prefer. I
> think I can easily add behaviour that I want to have.
>
> Has anyone used that libs or one of them before?
>
>

Not updated could mean done, you know.

I've a patch waiting to integrate, and a single unsolved issue on =20
Ubuntu 7.10.

Anyway. Ruby-inotify is maintained.

Aria Stewart
aredridel@nbtsc.org




Sandor Szücs

8/6/2008 3:28:00 PM

0

On 06.08.2008, at 16:07, Aria Stewart wrote:

> Not updated could mean done, you know.

Yes maybe, but I don't know and if all have the status "beta" then, I =20=

should
ask before I use, or?

> I've a patch waiting to integrate, and a single unsolved issue on =20
> Ubuntu 7.10.

Ok, but where I can find the status of your project?

Maybe I just have not found the right url:
http://dinhe.net/~aredridel/projects/ruby/ruby-in...

> Anyway. Ruby-inotify is maintained.

Nice to know. Thank you for your work!
It's just I downloaded ruby-inotify-0.0.2 unpackaged the archive and =20
there
wasn't a README or CHANGELOG that could point the state of your work =20
or when
the last patch was integrated.

regards, Sandor Sz=FCcs
--=