Your best source of information and news about secrets, xp and vista on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

FastCGI

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category FastCGI.

Microsoft FastCGI Updated - But Should You Upgrade?

We previously covered the final release of the IIS FastCGI module, jointly developed between Microsoft and Zend… But just this week, Microsoft (MSFT: $33.76 -0.50%) announced the availability of the RTM of the IIS FastCGI module.

So what’s going on? We’ve downloaded the current release (which, by the way, is not compatible with the old one, you must uninstall then install the new version) and checked the version number on \Windows\System32\inetsrv\fcgiext.dll - it came out to be 6.1.36.1.

By contrast, the version we downloaded and installed a month ago (which seems to have been dubbed the Go Live release) was checked and found to be 7.0.6001.16606.

Obviously the Go Live release was using the numbering from the Microsoft Windows Server 2008 releases, but it’s got us confused.

Click to continue reading "Microsoft FastCGI Updated - But Should You Upgrade?"

Written by Computer Guru on November 15th, 2007 with no comments.
Read more articles on FastCGI and IIS and Microsoft and Reviews and Windows and software.

FastCGI for IIS Final Released, Congratulations to the IIS Team!

Congratulations are in order for Microsoft’s IIS development team - today they’ve just announced the public availability of the final version of the IIS-FastCGI ISAPI Extension - a long-awaited and much-improved way of running just about any open-source scripting engine on IIS, safely and quickly.

This FastCGI module for IIS 5.1, 6, and 7 (with Windows Vista and Server 2008) have been in the works for quite a while now, and we’ve been using them since the first beta release - they’re good. While the biggest benefit will be seen in using FastCGI w/ IIS7 to take advantage of the new kernel-mode caching, it’s still a huge improvement over the old way of running scripting engines for languages like PHP on Windows.

The Problem: Most open-source scripting engines like PHP and Ruby on Rails were initially developed on/for the *nix world. On Unix-based platforms, the easiest way of creating multi-threaded applications is just to run the same app twice or more (The CGI model). On Windows, that doesn’t work out so well, because it takes a lot more resources to create another process. So these engines released Windows-specific single-process multi-threaded engines; the only problem was, they weren’t stable. Too many race conditions in some very non-thread-safe code wreaked havoc on many Windows systems, with the PHP developers themselves giving “Stability on IIS” the lowest level of concern.

Click to continue reading "FastCGI for IIS Final Released, Congratulations to the IIS Team!"

Written by Computer Guru on October 10th, 2007 with no comments.
Read more articles on FastCGI and IIS and Servers and Web Development and php and Windows and Reviews and Microsoft and software.

eAccelerator PHP Extension Isn’t Thread-Safe…

For all the Windows-bound PHP users out there, consider yourselves warned: even if you’re running the (supposedly) thread-safe PHP Win32 binary redistribution, you’re still susceptible to PHP Access Violation Errors, race problems, heap corruption, and much worse if you use the popular eAccelerator opcode-caching extension.

We did our testing with the binaries compiled by SiteBuddy using the latest versions of both PHP and eAccelerator. Almost immediately after initiating a stress test on our test servers we experienced the dreaded “PHP Access Violation” error - which brings down the entire IIS Worker Process to its heels.

Click to continue reading "eAccelerator PHP Extension Isn’t Thread-Safe…"

Written by Computer Guru on September 10th, 2007 with 2 comments.
Read more articles on IIS and FastCGI and Servers and XCache and APC and eAccelerator and Bugs and Windows and Programming and apache and php and software.