ccoverstreet / Jablko

Smart Home Interface powered by Go.
MIT License
1 stars 0 forks source link

Use Makefile -j option instead of setting pgid #107

Closed ccoverstreet closed 3 years ago

ccoverstreet commented 3 years ago

Just realized that using -j option with a makefile and killing the spawned make process kills all child processes. This means that the process management code can much simpler without the need for the admittedly flaky cleanup system currently used. This needs to be implemented ASAP as well as preventing JMODs from talking to each other (AuthMiddleware).