Albert Casademont

Results 63 comments of Albert Casademont

@hernandev is your phar still being updated?

Interesting, I guess this is something that could be added to the Symfony bootstrap class along with the twig files tracking @marcj ?

Any file that lives within /config should trigger a reload, it could be yaml or xml or plain php. The bad thing is that there's no "getConfigDir" within the kernel...

--watch-dir would be ideal, yes

Hi @mariusbalcytis I'm wondering what's the real usefulness of having access to the loop if the slave will not be able to serve other requests in parallel. The idea behind...

Hi @jcheron the problems were the same when running 512 php-pm slaves? As I can see in your repo, php-pm is only given 64 slaves, no?

@jcheron php-pm behaves exactly the same way as php-fpm, it can only process one request at a time per worker. Therefore, if you use a concurrency level of 512 but...

Yes, definitely, we should address that problem too, but I wanted to start with a fair comparison first :p I'll try to replicate the issue and see what I can...