<div dir="ltr"><div><div>my understanding was that fastcgi is faster because uses persistent processes (<a href="http://en.wikipedia.org/wiki/FastCGI">http://en.wikipedia.org/wiki/FastCGI</a>). It is faster than mod_php because it doesn't have to build and destroy processes as they come. <br></div>If you are looking at making the switch, perhaps you should investigate nginx. It has a similar serving model like fastcgi, using php-fpm, and its smaller memory footprint makes it appealing. <br><br><a href="http://wiki.nginx.org/Drupal">http://wiki.nginx.org/Drupal</a><br><br></div>Eric<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 15, 2014 at 11:57 AM, Todd Millecam <span dir="ltr"><<a href="mailto:tyggna@gmail.com" target="_blank">tyggna@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">FastCGI is faster than mod_* in general, unless you're a python shop, then wsgi is probably better.  It looks like the php-equivalent project is php-fpm.<br><br>FastCGI is highly optimized C-code specific to dishing out dynamic web requests.<br>mod_php is just the php interpreter embedded into apache.<br><br>Another nice thing about FastCGI is it lets you spawn/control multiple worker threads, so it tends to be better for scaling-out your app, and you can redirect traffic to workers that aren't necessarily on localhost and use apache as a faux load-balancing solution.</div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Mon, Dec 15, 2014 at 11:25 AM, Keith Smith <span dir="ltr"><<a href="mailto:techlists@phpcoderusa.com" target="_blank">techlists@phpcoderusa.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Hi,<br>
<br>
I am being told by our data center that FastCGI is less resource intensive than mod_php.  I am being told this will help with the load put on the server by Drupal.<br>
<br>
Any thoughts on this?<br>
<br>
Thanks in advance!!<span><font color="#888888"><br>
<br>
Keith<br>
<br>
-- <br>
Keith Smith<br>
------------------------------<u></u>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.<u></u>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/<u></u>mailman/listinfo/plug-discuss</a><br>
</font></span></blockquote></div><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div>Todd Millecam</div>
</font></span></div>
<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div></div>