Nikita Radchenko

Results 6 comments of Nikita Radchenko

I can confirm that Passenger 6.0.15 still couldn't cope with 2000+ (or so) virtual hosts. Currently I'm struggling to upgrade from 4.0.60 to 6.0.15, but that's becoming a problem since...

These are some traces of Passenger processes at the startup. @CamJN Watchdog process: ``` Id Target Id Frame * 1 Thread 0x7f4d142049c0 (LWP 31671) "PassengerAgent" 0x00007f4d14d6d956 in ?? () from...

Forgot to mention that `mitogen_task_isolation: fork` doesn't fix anything in this case

>I didn't see this problem in Mitogen 2.10 and Ansible 2.9 That's weird, because initially I've discovered this bug with ansible 2.9.27 and mitogen 0.2.10, and it still fails for...

So I've tracked it down to 3584084. Commenting `close()` call out in Connection destructor magically fixes broken connections issue, so it definitely triggered by this change just like promised. Seems...

Please let me know if you have any comments on this. @noctux