We've ran into many issues where eventmachine-tail leaves file descriptors open when it shouldn't, doesn't sense when files are rotated, and issues with systems that don't have epoll or kqueue.
It would be nice to move to a simpler mechanism that more closely mapped to how /usr/bin/tail works.
We've ran into many issues where
eventmachine-tailleaves file descriptors open when it shouldn't, doesn't sense when files are rotated, and issues with systems that don't have epoll or kqueue.It would be nice to move to a simpler mechanism that more closely mapped to how
/usr/bin/tailworks.