It seems libuv had this problem in 2013, see their PR[1] comments, linked from [2].
The jist of the comments seems to indicate that multiple processes monitoring a large set of files on the same filesystem causes this problem. Their solution was to use a common single event monitor and filter the results themselves. [1] https://github.com/joyent/libuv/pull/894 [2] https://github.com/nodejs/node-v0.x-archive/issues/5463 -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
