On July 17, 2002 09:18 pm, mark wrote: > > > > And how big is this daemon (i.e. memory size)? The reason I ask is that: > > > > Apache + PHP (2 daemons or more, unless just non-PHP pages) -- assuming > > I've understood correctly > > No, PHP is not a separate daemon. It an apache module. It runs as part > of the HTTPD process. When you request a page, one of the dormant httpd > processes will pick it up and process it. If you where to watch the > processes, an httpd process will be come active and maybe a mysqld > process or two if you have a database driven site.
Okay. Thanks for the information. That still means that Zope (which has the webserver built-in) would run the same amount of daemons (1) as Apache and a PHP module, unless serving static webpages (pages without PHP, I mean), correct? -- Jason Wallwork Hummingbirds never remember the words to songs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
