Click to See Complete Forum and Search --> : Windows vs. Linux servers


ghippleh
06-28-2007, 11:12 PM
Whats the difference between using a Windows and Linux server? I use linux on a regular basis to program C++ apps but when it comes to the web design area, I have no clue which one would be preferable or what strengths each one brings to the table.


-Thanks

felgall
06-28-2007, 11:39 PM
The vast majority of the web is run on Linux because all of the necessary tools are available free. Windows is less popular because it is a lot more expensive.

tracknut
06-29-2007, 12:17 AM
Hmmm... another take. Just like when you use Linux for your C++ programs, what do you do when you need a database server that might not run on Linux? What if you need to integrate with another application that only resides on Windows? What if your preferred toolkit is only available on one OS?

Typically you'd select your OS by determining whether there were any parts of your application or development environment that were only available on a particular OS. Same story with your web server.

Dave

drhowarddrfine
06-30-2007, 10:29 PM
what do you do when you need a database server that might not run on Linux?Use one that does.
What if you need to integrate with another application that only resides on Windows?Use standard interfaces.
What if your preferred toolkit is only available on one OS?My preferred toolkit runs on BSD/Unix/Linux.
Unix runs the web. Unix is the MAC truck of the web. If you want to do real work, don't use the family van, use a real truck. Use Unix/BSD/Linux.

ghippleh
06-30-2007, 10:43 PM
haha, that makes sense. I also like the fact that linux generally has some open-source version of windows programs (although it usually takes some time to develop). I guess I will just stick win Linux, it hasn't failed me yet

drhowarddrfine
07-01-2007, 01:43 PM
I also like the fact that linux generally has some open-source version of windows programsWindows generally has open-source versions of Unix programs, too.