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

Monitor does not wait for children to start #19

Open
nuno-silva opened this issue Dec 16, 2014 · 1 comment
Open

Monitor does not wait for children to start #19

nuno-silva opened this issue Dec 16, 2014 · 1 comment

Comments

@nuno-silva
Copy link
Owner

Running proj-so/src$ ./monitor < ../inputs/1.in fails because reader_parallel starts doing its thing before writer_parallel even has time to start writing.

@nuno-silva
Copy link
Owner Author

reader_parallel starts doing its thing before writer_parallel even has time to start writing, so no SO2014* files exist the first time monitor runs. Therefore, all files are considered invalid. A workaround is to sleep a bit before starting reader_parallel.

nuno-silva added a commit that referenced this issue Feb 4, 2015
added more debug messages
monitor will sleep before starting reader_parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants