News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
Using Windows Azure Drive in PHP (or Ruby)
April 09, 2010 @ 10:36:44

Maarten Balliauw has written up a new post to his blog today that looks at using the Windows Azure Drive directly from your PHP scripts.

Unfortunately, .NET code is currently the only way to create and mount these virtual hard drives from Windows Azure. But luckily, IIS7 has this integrated pipeline model which Windows Azure is also using. Among other things, this means that services provided by managed modules (written in .NET) can now be applied to all requests to the server, not just ones handled by ASP.NET.

Fortunately for PHP developers, these "other services" also include a PHP running as a FastCGI instance in your IIS server. He shows how to use this connection to your advantage and reach a mapped Azure drive through the Azure Drive HTTP module (the code's included for that, too). You can find the code he shares in the post and other handy PHP+Azure related tools on the PHPAzureContrib.com site.

0 comments voice your opinion now!
windows azure drive mapped tutorial http


blog comments powered by Disqus

Similar Posts

DZone.com: MySQL PHP search: four-part video tutorial series

Sudheer Satyanarayana's Blog: XML RPC Client Using PHP PEAR - A Real World Example: Ping Technorati

DevShed: Understanding Destructors in PHP 5

Jeremy Cook's Blog: Implementing IteratorAggregate and Iterator

The Bakery: Seven New Articles/Tutorials


Community Events











Don't see your event here?
Let us know!


interview example conference unittest opinion community functional tool framework phpunit testing series introduction object language zendframework2 podcast release development code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework