Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread Matus UHLAR - fantomas
> From: "howard chen" <[EMAIL PROTECTED]> > >On Wed, Jun 4, 2008 at 1:16 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > >>On Tue, Jun 3, 2008 at 1:09 PM, howard chen <[EMAIL PROTECTED]> wrote: > >> > >>Yes, if by "embedded" you mean "running in the same process/thread > >>space with direct access to

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread Octavian Rasnita
From: "howard chen" <[EMAIL PROTECTED]> On Wed, Jun 4, 2008 at 1:16 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: On Tue, Jun 3, 2008 at 1:09 PM, howard chen <[EMAIL PROTECTED]> wrote: Yes, if by "embedded" you mean "running in the same process/thread space with direct access to the apache API".

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread Matus UHLAR - fantomas
> On Wed, Jun 4, 2008 at 1:16 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > > On Tue, Jun 3, 2008 at 1:09 PM, howard chen <[EMAIL PROTECTED]> wrote: > > > > Yes, if by "embedded" you mean "running in the same process/thread > > space with direct access to the apache API". On 04.06.08 01:23, howard

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread howard chen
On Wed, Jun 4, 2008 at 1:16 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 1:09 PM, howard chen <[EMAIL PROTECTED]> wrote: > > Yes, if by "embedded" you mean "running in the same process/thread > space with direct access to the apache API". > > Joshua. The difference is, say

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread Joshua Slive
On Tue, Jun 3, 2008 at 1:09 PM, howard chen <[EMAIL PROTECTED]> wrote: > It is probably true that mod_perl exposes >> more of the API than any other similar module. >> >> Joshua. >> > > Yes, this is the point which I don't understand. > > Since Perl is embedded into Apache, so is mod_php mean php

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread howard chen
It is probably true that mod_perl exposes > more of the API than any other similar module. > > Joshua. > Yes, this is the point which I don't understand. Since Perl is embedded into Apache, so is mod_php mean php interpreter also embedded into Apache into the apache? Howard --

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread Joshua Slive
On Tue, Jun 3, 2008 at 12:32 PM, howard chen <[EMAIL PROTECTED]> wrote: > On Wed, Jun 4, 2008 at 12:24 AM, Matus UHLAR - fantomas > <[EMAIL PROTECTED]> wrote: >> >> - mod_php interprets PHP files and sends them to client >> >> >> If you want apache to parse perl scripts in the same way as mod_php d

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread howard chen
On Wed, Jun 4, 2008 at 12:24 AM, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > > - mod_php interprets PHP files and sends them to client > > > If you want apache to parse perl scripts in the same way as mod_php does > with php scripts, you need to install an apache module that will do that. >

Re: [EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread Matus UHLAR - fantomas
On 04.06.08 00:11, howard chen wrote: > People saying that mod_perl is closer to the Apache core, > as it can be used to write Apache module, but in fact, what are their > difference in term of processing model? what do you mean by "processing model". Those two are completely different things - m

[EMAIL PROTECTED] Difference in mod_perl & mod_php

2008-06-03 Thread howard chen
I mean the theory behind. People saying that mod_perl is closer to the Apache core, as it can be used to write Apache module, but in fact, what are their difference in term of processing model? Howard - The official User-To-User