Sign In
Join
Search
IIS
Home
Downloads
Learn
Reference
Solutions
Technologies
.NET Framework
ASP.NET
PHP
Media
Windows Server
SQL Server
Web App Gallery
Windows Azure
Tools
Visual Studio
Expression Studio
Windows Internet Explorer
WebMatrix
Web Platform Installer
Get Help:
Ask a Question in our Forums
More Help Resources
Blogs
Forums
Home
>
Blogs
>
Kanwaljeet Singla's Blog
> How WinCache make PHP run faster
How WinCache make PHP run faster
Posted: Sep 19, 2009
1 comments
Average Rating
Tags
PHP
WinCache
Share this Post
Email this Post
DotNetKicks
Digg
Facebook
Del.icio.us
Kanwaljeet Singla's Blog
Contact Me
Recent Posts
Podcast on running PHP on Windows
Impact of name resolution on...
Work items collected from Tek...
Why WinCache?
Use of
PHP accelerators
is very common to make PHP run faster. Most of the existing
PHP accelerators
which are in use today are designed keeping *nix architecture in mind and mostly doesn’t
work well on Windows. For example, APC which is very
commonly used on *nix doesn’t work on Windows. Xcache does work in ISAPI mode but crashes when PHP is running in FastCGI mode with multiple php processes alive. Absence of a stable PHP accelerator on Windows made people complain about PHP performance on Windows all the time. Another complaint which we heard consistently from customers running PHP on windows was that file operations on Windows were slower than on *nix. Reason being Windows’s CreateFile system call which is much more expensive than a fopen call on *nix as CreateFile goes through a much more complex security check involving ACLs.
Read more ...
View the original post
Submit a Comment
You are logged in as
Anonymous
Plain text is accepted.
URLs starting with
http://
are converted to links.