You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Ceremony, we run an external process to crunch the data and never read/redirect its output/error streams. We want to redirect it so that the child process doesn't block.
In Ceremony, we run an external process to crunch the data and never read/redirect its output/error streams. We want to redirect it so that the child process doesn't block.
Also, destroy the process if waitFor() times out.