andig

Results 723 comments of andig

@acasademont we still have the `Script did not return a response` problem that ~~we've also seen in another, very simple Symfony app benchmark~~ we're seing even without Ubiquity above. I...

I've looked some more into this. It is definitely a problem in the core: bin/ppm start --workers=8 --bridge=StaticBridge --static-directory=web --max-requests=32 -v & ab -n 1000 -c 38 http://localhost:8080/ `ab` will...

More experiments. I've started giving the slaves ids to trace requests across log messages by slave. Running this with only a single worker: ``` bin/ppm start --workers=1 --bridge=StaticBridge --static-directory=web --max-requests=1...

/cc @WyriHaximus might I ask you if you've seen something like the comment above before where reactphp might get stuck on high concurrency levels?

Thanks @acasademont. I‘m concentrating on programming an ev charge controller- so many projects, so little time...

See #488 for fix. Confirmation this is solved in HEAD would be great.

Thank you for the time to write this PR. I must admit though, that I'm not sure I like the approach. We used to have a `AsyncInterface` on the bridge...

Once you have async processes rhey could negotiate refreshes amongst themselves using round robin (and a KV store) or any other mechanism.

It is a very specific requirement with a lot of code while, at the same time, we might have one or two long-standing issues. As for the master sending requests...

Thanks for your understanding. But please also consider that if the worker is async he can well refresh state and handle request concurrently.