always-tail icon indicating copy to clipboard operation
always-tail copied to clipboard

tail files without polling

Open ORESoftware opened this issue 8 years ago • 2 comments

Just wondering if there would be a way to implement this library without polling for file changes? Would be a lot more performant, I think, thanks!

ORESoftware avatar Dec 24 '16 22:12 ORESoftware

Maybe the library could use fs.watch.

beheh avatar Feb 08 '17 11:02 beheh

Maybe the library could use fs.watch.

Just my two cents, this lib is nice because it does poll, I am having to replace node-tail with this lib because fs.watch doesn't work in a docker container with a shared volume.

fieldju avatar Feb 10 '19 21:02 fieldju