Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening so many files #720

Open
romaninsh opened this issue Jan 24, 2014 · 0 comments
Open

Opening so many files #720

romaninsh opened this issue Jan 24, 2014 · 0 comments

Comments

@romaninsh
Copy link

It becomes a huge annoyance after a while. Too many open files:

  • symlinks in the projects
  • large watched folders
  • new files are not being tracked

Please refactor CodeKit using Filesystem Events API: https://developer.apple.com/legacy/library/samplecode/Watcher/Introduction/Intro.html

https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/FSEvents_ProgGuide/UsingtheFSEventsFramework/UsingtheFSEventsFramework.html

You can monitor new file creation or file change with no overheads at all. No need for re-scans.

I thought you would add this eventually, it's really needed, otherwise operating system becomes too unstable, other apps stop working and reboot is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant