Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental output from Fork #15

Open
henrikbjorn opened this issue Jul 3, 2013 · 1 comment
Open

Incremental output from Fork #15

henrikbjorn opened this issue Jul 3, 2013 · 1 comment

Comments

@henrikbjorn
Copy link

I use forks for processing jobs of a queue and it would be a good addition to get feedback incrementally instead of a big lump of output in the end.

@kriswallsmith
Copy link
Owner

We can try doing this using progress() and notify(). I've started work here: 8e2a7c3. If a child process writes to the FIFO I think it will need to signal the parent process to collect that message. The parent process will need to listen using ->addSignalListener().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants