Its got a GIL and it cores frequently and it’s not exposing much of the
httpd/apr. It’s not that popular compared to wsgi.
On Fri, Aug 19, 2022 at 10:20 PM pengyh wrote:
> I know perl and python a bit well, most time use both of them for work.
> besides mod_perl, there is also mod_python.
> do
That is because unlike mod_perl mod_python doesn't integrate deeply into
Apache and you can't extend every HTTP request cycle phases.
Only two programming languages integrate that deeply - C and Perl.
On Fri, Aug 19, 2022, 7:19 PM pengyh wrote:
> I know perl and python a bit well, most time use