cache engines. I need help with this one

Here is what host tools says

 

File Yes
EAccelerator No
Memcache No
APC No
XCache No

=============================================================

I have apc installed in php and eaccelerator also as fast cgi too

 

here is my php.ini data


;;;;;ACP speed up php
extension=php_apc.dll
extension=php_fastlz.dll
extension=php_igbinary.dll


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eaccelerator
extension=eaccelerator.dll
eaccelerator.shm_size="64" ; 20MB per heavy site ?
eaccelerator.cache_dir="D:\tmp\eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
; 0 should be faster but will skip checking the modified date on your cached files eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="3600" ( I have used 3600 = 1 hour)
eaccelerator.shm_prune_period="1800"  ( testing 1800)
eaccelerator.shm_only="1" (testing 1 this seem noticeably faster?)
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.keys = "shm" (testing)
eaccelerator.sessions = "shm" (testing)
eaccelerator.content = "shm" (testing)
;eaccelerator.admin.name="yourusername" (upto eAccelerator 0.9.4)
;eaccelerator.admin.password="yourpassword" (upto eAccelerator 0.9.4)
;eaccelerator.allowed_admin_path = "C:\MySites\sitebuddy\wwwroot\control.php"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;fastcgi
FcgidInitialEnv PHPRC "D:/WEBSITE/indigoampp/php-5.2.8"
FcgidInitialEnv PATH "D:/WEBSITE/indigoampp/php-5.2.8;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;"
FcgidInitialEnv SystemRoot "C:/Windows"
FcgidInitialEnv SystemDrive "C:"
FcgidInitialEnv TEMP "C:/WINDOWS/Temp"
FcgidInitialEnv TMP "C:/WINDOWS/Temp"
FcgidInitialEnv windir "C:/WINDOWS"
FcgidIOTimeout 64
FcgidConnectTimeout 16
FcgidMaxRequestsPerProcess 500

 

 

now why do these not show up in boonex host tools.. have i once again miscondifured my server?

please help

 

 

Quote · 4 Apr 2011

I cant help you with the APC issue as I do not have any experience of running a Windows Server.

 

On Eaccelerator, please post which version you are using. If you are using a version from the 0.9.6 series, I believe that shared memory caching (which is what Dolphin uses to put its own files into the cache) is no longer a feature. You still get the benefit from the caching of a comiled version of the PHP script though.

Quote · 4 Apr 2011

Also it may help others to help you if you post your PHPInfo Output, stripping out anything you dont want to disclose.

Quote · 4 Apr 2011

Hi roaringbizz,

That is a php_apc.dll issue, i just want to help you,

http://dllcentral.com/php_apc.dll/5.2.5.5/

You can get the php_apc.dll file from the above link.

this is the source which is best for solving this sort of dll related issues.

Click the Link on this page and it will fix your problem.

Quote · 12 Aug 2011

roaringbizzz was permanently suspended. I'm sure this will help other people, though.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 12 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.