Does APC work properly with Fastcgi & php-fpm installed?

pucky

Verified User
Joined
Sep 9, 2006
Messages
794
According to this article http://help.directadmin.com/item.php?id=400 apc can be installed with fastcgi however reports on the net state it doesnt work properly with fastcgi

EG here is what is said about apc and fastcgi;

Disadvantages
•The process manager built into mod_fastcgi isn’t used. One of the motivations behind mod_fcgid was to improve upon the process manager in mod_fastcgi.
The newer mod_fcgid cannot be used as it will only send one request at a time to the PHP process, thus multiple requests can’t be handled simultaneously
•Maintaining separate opcode caches per user uses a considerably larger amount of RAM than a single opcode cache used with mod_php
•Users cannot alter php.ini files
If a PHP script crashes it has potential to take down all of the PHP requests currently being processed for that user

Can anyone elaborate on these disadvantages before i install it?

Thanks
 
Back
Top