This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
[proxy] exec
instead of run
application process
#708
Labels
Milestone
It seems odd to me that
weavewait
usesCmd.Run()
instead ofsyscall.Exec()
. Surely it would be better to "become" the application process, instead of spawning it as a separate process and waiting for its completion.The text was updated successfully, but these errors were encountered: