Open source PHP software and IIS
April 19, 2008 10:04 AM
Subscribe
Disadvantages working with Open Source PHP Software in a WIMP environment?
I may be looking a bunch a of work in a WIMP (Windows, IIS, MySQL, PHP). I typically utilize a lot of open source PHP open source software in a LAMP enivronment. I'm wondering how much of a disadvantage working in the WIMP environment this will be.
posted by fx3000 to computers & internet (8 comments total)
Only disadvantage will be with MySQL -- MySQL doesn't perform too well on windows because of file handle limitations. You can quickly get into a lot of file-access binding because of the hard set number of files the MySQL server can keep open in RAM and on disk in Windows. I'd put your MySQL server on a linux box or use MS-SQL if at all possible.
Only other thing is that IIS doesn't handle load as well as Apache does in some cases.
posted by SpecialK at 10:16 AM on April 19, 2008