Re: mod_perl and mod_python
Mithun Bhattacharya <[email protected]> Fri, 19 Aug 2022 19:23:07 -0700
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAHTPV9+SEvNRx8BcU0OrpBCYQexCp+UJxJ2=pwCqJhDrs2LWVQ@mail.gmail.com> |
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 <[email protected]> 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 you know what's the difference between them? > I never heard people using mod_python to make some jobs. > > Thanks >