Still has a race condition in it. On Tue, Feb 7, 2012 at 8:20 PM, Adam Pritchard <[email protected]>wrote:
> I've also been working on a little log-file-following (tail -f) node > module. > https://github.com/adam-p/text-file-follower/blob/master/lib/index.coffee > > I need it to work on Windows, so it's cross-platform. It works okay > already, but I still have some stuff to do. > > The behaviour of fs.watch is a bit sketchy. For example... > https://github.com/joyent/node/issues/search?q=fs.watch&state=open > > If I didn't need/want to support Windows I'd probably use fs.watchFile. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
