On Wed, Jun 4, 2008 at 1:16 AM, Joshua Slive <joshua@xxxxxxxx> wrote: > On Tue, Jun 3, 2008 at 1:09 PM, howard chen <howachen@xxxxxxxxx> 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 using mod_perl, modules are long live as long as Apache is running and global variables can be shared across request from different clients. If you changed the Perl module (pm), restart of server is needed. While php don't have this issue. Each request is completely isolated. So this is why I am asking the difference between mod_perl & mod_php in term of Apache processing, what are the difference. Howard --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx