ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

async_pthread: Need pthread variant of daemon #14

Closed adammoody closed 5 years ago

adammoody commented 6 years ago

The current daemon is launched as a separate process. This is a design relic from SCR, where the process had been started and stopped externally to the SCR library. I've tried to bury this logic inside of AXL, however, it's awkward to manage that process in AXL. In particular, as written, one must be sure the path to the process executable is in the user's path before running.

A mcuh cleaner solution here would be to convert this daemon to a pthread.

CamStan commented 5 years ago

Did #42 fix this?

tonyhutter commented 5 years ago

Yep, closing issue