Talk:Fcgid php
From DreamHost
Why is this recommend over php_mod.
I know there was monitoring issues on shared servers allowing mod_php, but on our own PS is there still a perforance gain from using FCGID?
Eddiewebb 18:40, 17 August 2009 (UTC)
- Yes, absolutely. There's a significant memory overhead involved in using mod_php that isn't an issue with FCGID, especially if you're serving up static content alongside your PHP (e.g, images and CSS). Andrew F 21:34, 17 August 2009 (UTC)