perl-catalyst / FCGI

Fast CGI module (https://metacpan.org/pod/FCGI)
Other
4 stars 6 forks source link

Add flag NEXT_ON_MULTIPLEX #3

Open proller opened 6 years ago

proller commented 6 years ago

Fix problem with IIS server and high load: https://rt.cpan.org/Public/Bug/Display.html?id=82068 https://rt.cpan.org/Public/Bug/Display.html?id=120340

Maybe easier make this behavior default and just remove if(data->reqDataPtr->isBeginProcessed) {...}

karenetheridge commented 4 years ago

This looks good to me but I'd like to get someone currently using FCGI to review this as well?

proller commented 2 years ago

Maybe its enough brewed for merge?