-
Notifications
You must be signed in to change notification settings - Fork 69
Daemonized Lorri #65
Comments
What's the advantage of using one daemon for many projects instead of one for each? |
That is certainly a question. That would eliminate the need for a well known socket location, and would simplify blocking evaluations. Having a single daemon means fewer watches when paths overlap, but not sure that is a significant benefit. |
The main advantage is that many more service mangaement setups will support a single service than those that support multiple parameterized services, and you can start it once at login instead of having to start it once per project. |
This is done now, right? |
Everything except the timeout part, which is why I haven’t closed this issue yet. |
Closing in favor of #163. This is a nicely small-scoped issue, if anyone wants to give it a try. |
Shea Profpatsch and I met a couple weeks ago and came up with some designs on how to setup a daemon.
Essentially what we came up was fairly simple:
We'll want to take care that one evaluation does not block another evaluation.
The text was updated successfully, but these errors were encountered: