voryx / ThruwayBundle

Bundle for building Real-time Apps in Symfony
98 stars 47 forks source link

use "exec" command in thruway:process; add --no-exec option to turn it off #58

Closed kcivey closed 7 years ago

kcivey commented 7 years ago

Here's an alternative solution to #56 based on the comment on #57. It uses exec by default, but there's a --no-exec option to turn that off if the OS doesn't support it or something.