-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
7 hours, 44 minutes ago
Thanks you Don for this answer very complete. Happy to know that my file caching is working perfectly.
In future versions, it's would perhaps be a good thing if hits stats and the graph reflect the real behavior.
Bye.
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
11-25-2009, 3:22 AM
Hi,
My problem with the CPU reaching 100 % seems to be now fixed with the patch provided by Don.
But, I think I have an other problem with WinCache and File Caching.
I have set memory for File Caching to 8 MB with max filecount of 400. In wincache.php I can see that 26 files are cached using 360 KB. Well but there are 0 hits (0 %) ...
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
11-22-2009, 6:37 PM
Thanks for the precisions about WinCache and the worker processes. Now I understand why WinCache was initialy consumming a lot of memory (about 300/400 MB).
If I set ocachesize = 32 and fcachesize = 8, these two values are not taken into account. For that I have to decrease the filecount to 500 or less per exemple. I will say you tomorrow the ...
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
11-22-2009, 5:05 PM
Hi,
I have installed yesterday WinCache 1.0 RTW on my IIS 6.0 production server with PHP 5.3.1 NTS VC9 x86 + FastCGI Handler 1.0.
All was ok for the last 24 hours but I have now the same problem described here. The CPU reaches 100 % and I have about a hundred of php-cgi.exe processes executed simultaneously.
I do not see this ...
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
11-22-2009, 4:43 PM
Hi,
I have noted the same phenomeon that remushociota on my IIS 6.0 server with WinCache 1.0 RTW. If I refresh multiple times the wincache.php stat page, I can see different values for cache uptime, number of cached files, hits, misses etc. for file caching, opcode caching and relative path caching.
It is probably due to my use of a ...
-
Posted to
FastCGI Handler
by
JulienTLD
on
11-04-2009, 6:30 AM
Great ksingla !
But you will have to be quick because PHP 5.3.1 is avaible in RC3 since yesterday ;)
Any idea if a PGO build of PHP 5.3.1 will be avaible ?
Thanks for your job!
-
Posted to
FastCGI Handler
by
JulienTLD
on
11-02-2009, 6:23 AM
Hi,
Do you have any idea about the release date of this RTW ?
I am waiting for the trio FastCGI 1.5 final + WinCache 1.0 final + PHP 5.3.1 final before update my entire server (FastCGI 1.0 + EA + PHP 5.2).
Bye.
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
10-26-2009, 4:20 AM
Hi Don,
I have reread my precedent post and I think I wrote an error. I do not want to speak about WORKGROUP of my network but about HOSTNAME of the server.
I have tried the two solutions together but that which works well is to set "HOSTNAME\username" in the array and not "WORKGROUP\username".
Sorry and thank you take ...
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
10-23-2009, 6:29 PM
Hi Don,
Good job, it is ok now. I can login to the stats page even if Integrated Windows authentication is enabled in IIS.
I have set in the array $user_allowed one user like "WORKGROUP\username" and I can successful login to the page by using the full "WORKGROUP\username" string or only the string "username" which ...
-
Posted to
Windows Cache Extension for PHP
by
JulienTLD
on
10-22-2009, 2:55 PM
Sent