20 February 2010 0 Comments

Popular Web Applications Available Free on Windows Web App Gallery

Today, Microsoft announced as February’s monthly spotlight: the Windows Web App Gallery , available via the Web Platform Installer. The Windows Web Application Gallery provides instant access to the most popular free web applications available today.

12 January 2010 0 Comments

Innovation Showcase Headlines – 01/12/2009

Innovation Showcase Headlines Interoperability Bridges and Lab Center – Collaboration Improve Interoperability Creating PHP CRUD Apps with SQL Server on-premise or in the Azure Cloud GodMode for Developers in Windows 7 ARCast.TV – An Overview of MVC4WPF, Part 1 IE8 Accelerator Creation Guide SEO Improvements in ASP.NET 4 Visual Studio Myth Buster Silverlight 4 – How to Capture Audio and Video from a Web Cam Creating Ribbon Applications on Windows 7 How Data, RIA, and Workflow Services all work with WCF    Visit the Innovation Showcase Site    Subscribe to the Innovation Showcase News Feed    Follow Innovation Showcase on Twitter

2 September 2009 0 Comments

铛~ Windows Cache Extension for PHP闪亮发布!

昨天IIS团队发布了 Windows Cache Extension 1.0 for PHP 的beta测试版,这是用来提高PHP应用跑在Windows系统上的速度的 PHP加速器 。任何PHP应用程序不需要修改任何代码都可以用它来提速,所需做的只是在PHP引擎里启用这个扩展。   安装 Windows Cache Extension 1.0 for PHP – Beta 或下载: Windows Cache Extension 1.0 for PHP 5.2 – Beta Windows Cache Extension 1.0 for PHP 5.3 – Beta 按照" Using Windows Cache Extension for PHP "文章里的指示来安装、启用和配置这个扩展。 注意: 该扩展只能用于PHP的non-thread-safe版本 该扩展只能用于以FastCGI方式运行在IIS上的PHP Windows Cache Extension 1.0 for PHP 5.3只能用于PHP5.3的x86 VC9版本 特性: 支持PHP 5.2和PHP 5.3 提供PHP函数获得cache状态信息 该扩展包含3个可以被分别启用或禁用的缓存特性: PHP opcode cache – PHP是一个脚本处理引擎,它阅读包含文本和/或PHP指令的输入流,并产生另一个数据流(通常是HTML格式)。这意味着在一个web服务器上PHP引擎对每一次来自浏览器客户端的请求都要读入、解析、编译和执行一遍PHP脚本。读入、解析和编译操作给web服务器的CPU和文件系统带来额外的负载,影响PHP网页应用的总体效能。PHP opcode (字节码) cache 用来在共享内存里缓存编译好的脚本字节码,以便同一脚本文件的后续请求可以被PHP引擎重用。 File cache – 即使PHP字节码缓存启用,PHP引擎还需要访问文件系统里的脚本文件。当PHP脚本存储在远程UNC文件共享时,文件操作会带来显著的性能开销。Windows Cache Extension for PHP的文件缓存可以把PHP脚本文件的内容缓存在共享内存里,减少PHP引擎的文件系统操作。 Relative file path cache – PHP脚本频繁使用相对路径include或操作文件。每个相对文件路径需要被PHP引擎转换成绝对文件路径。当PHP应用以相对路径使用很多PHP文件时,解析相对路径到绝对路径的操作会影响性能。Windows Cache Extension for PHP提供相对文件路径缓存,减少PHP引擎需要进行的转换数量。 更多信息: Windows Cache Extension for PHP on IIS.NET Using Windows Cache Extension for PHP 您可以使用 Windows Cache Extension for PHP Forum , mailto:iisphp 或在本文后留言来提问、汇报问题或提供特性反馈建议等。

2 September 2009 0 Comments

Windows Cache Extension 1.0 für PHP – Beta

Gestern hat das IIS-Team eine Betaversion ihrer Windows Cache Extension 1.0 für PHP der Öffentlichkeit zugänglich gemacht. Die Windows Cache Extension ist eine Erweiterung für PHP, die die Ausführgeschwindigkeit für PHP Anwendungen auf dem Windows Betriebssystem-Stack beschleunigt

21 August 2009 0 Comments

PhP and Astoria = PHASTORIA !!

More details here : Announcing the PHP Toolkit for ADO.NET Data Services Look forward to future posts on this blog about working with the PHP library and Astoria Services.