Вы находитесь на странице: 1из 23

INDONESIA

Dondy Bappedyanto
General Manager, PT Infinys System Indonesia

Rocking PHP on Journey Windows


migrating fupei.com from Linux to Windows

What you can get today


A little bit about fupei.com Why PHP on Windows Configuring PHP on Windows Optimizing PHP on Windows Fupei.com configuration and performance so far ..

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

What you cant get today


Comparison between Linux vs. Windows Comparison between Apache vs. IIS How to code PHP

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Little bit about me


General Manager of PT Infinys System Indonesia  A Cloud Computing Provider  Business director by day, developer / hacker / sysadmin by night  http://infinyscloud.com Was a PHP4 Developer besides ASP/ASP.NET With IIS since version 2 (Windows NT)
Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

fupei.com
First Indonesian social networking Total number of users is a good test-bed for PHP that can rock on Windows! Let the founder speak by himself
 Sanny Gaddafi aka SaGad

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

PHP on Windows Architecture


PHP 5.2 / 5.3
SQL Server

MySQL IIS 7.5

Windows 2008 R2

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Little Bit History about PHP on Windows


2006
PHP and Windows =

2007

FastCGI

2008

PHP 5.3 and windows.php.net PHP 5.3 release WinCache 1.0 FastCGI 1.5 WinCache 1.1

2009

2010

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

From CGI to Fast-CGI


ISAPI Fast-CGI
One Request, One Process PHP runtime lives in IIS or in a surrogate process PHP runtime handled by a process pool

CGI

Pros : Very Stable Cons: Slow at least on Windows (Spawning a new process)

Pros : Very Fast Cons: Stability Thread Safety

Pros : Faster than CGI More Robust than ISAPI No more threading issues

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

How to configure PHP on Windows


Theres two ways of configuring PHP on Windows
 Automatic WebPI  Semi-Automatic Win32 PHP Installer from PHP.NET

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

WebPI
Install whatever you need from one console It will install all the needed pre-requisite No headache Theres a Web App Gallery too
Its free and the database of apps and framework is always updated

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

WebPI

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Win32 PHP Installer


Good if youre keeping the new version always Support for PEAR / PECL If you like to pre-configured everything (MySQL, IIS, etc) If you want to play with thread-safe and non thread-safe on win32 PHP binary Get it from http://http://windows.php.net/download/

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Windows.PHP.net

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Installing the Win32 PHP Installer

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Automatic Binding to IIS


Both installer (WebPI or Win32 PHP Installer) will automatically configure IIS to run PHP Just test using phpinfo();

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

PHP Manager
Make your life easier No more php.ini manual editing, all from GUI Configure extension and configure automatically to php.ini

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

PHP Manager

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

How to make PHP fly on IIS?


Use a IIS compression feature
 Dynamic content compression  Static file content compression if you have images

Use Accelerator or/and Cache


 APC, xCache  WinCache 1.1  Memcache

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Hey wheres my .htaccess?


URL Rewrite 2.0 Its graphical and can import an .htaccess script too

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Fupei.com Internals
Windows 2008 Server R2 SP1 (64 bit)
 2 Server, 1 for Application Server and 1 for MySQL Server  Each with 4 GB RAM and 100 GB HDD  Cloud Server at infinyscloud.com

PHP 5.3.8
 OpCode Caching with xCache  In Memory Caching with Membase (MemCache compatible)

MySQL 5.5.17 (64 bit)


 InnoDB buffer pool = 3 GB

IIS 7.5
 URL Rewrite Module  Semi Manual Installation

Modified version of Status.net 1.0.1


Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Fupei.com Perfomance so far


3,000 visits / day average 10,000 20,000 page views / day 50,000 70,000 hits / day

Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

What did I miss so far ?

More Info : http://php.iis.net/ http://windows.php.net/


Rocking PHP on Windows, Journey Migrating fupei.com from Linux to Dondy Bappedyanto // General Manager, PT Infinys System Indonesia Windows

Thank You

Microsoft Virtual Academy

IT Pro Trials

Developer Downloads

Вам также может понравиться