Possible Duplicate:
Changing from asp to PHP - server?

I've been developing ASP for quite a while using IIS/Windows Server 2003. A few months ago I started coding in PHP (using XAMPP on Windows) and would also like to port all my webhosting stuff from ASP to PHP from time to time.

I'm thinking about keeping my Windows Server and simply installing XAMPP on it so that I can keep my older ASP pages and also the emailserver + all the current domain hosting.

My question: do you think it's a good idea running XAMPP (for PHP) on the Windows server performance-wise? Would there be any disadvantage?

Should I switch to a Linux server, which I am not familiar with at all?

link|improve this question

62% accept rate
feedback

closed as exact duplicate by ErikA, splattne May 19 '11 at 16:56

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Performance-wise, you'll be fine. Use the OS you're familiar with. Personally I'm not a huge fan of pre-packaged mini-distros like xampp, but that's only tangentially relevant.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.