Kris Wallsmith
Kris Wallsmith
We can try doing this using `progress()` and `notify()`. I've started work here: 8e2a7c3c31daf3fca90e5d237f430d0af26d0cf2. If a child process writes to the FIFO I think it will need to signal the...
Thanks for your work, @RomanShumkov. I'm curious why you have a different value passed to `usleep()` in this pull request and in #8? I'm also wondering if you think it's...
This would constitute a new batch strategy, one that I would like to support out of the box but haven't written yet. The `createBatches()` method would return a special iterator...
@seyfer how many data are you passing into the batch job? If you configure 10 chunks but only pass 3 data, there will only be 3 forks.
Are you calling `wait()` on the process manager?
If you can write an example script that demonstrates this issue I'd be happy to look into it.
Spork will serialize whatever your callback returns. Is `$asbresult` serializable?
This functionality is not built into the core right now, but it's something we could add to AsseticBundle. We should be able to extend SassFilter and search for anything like...