Windows Server or Linux for final project

Posted by user1433490 on Programmers See other posts from Programmers or by user1433490
Published on 2012-12-11T21:06:42Z Indexed on 2012/12/11 23:14 UTC
Read the original article Hit count: 142

Filed under:

A few weeks ago I came up with an idea to develop a mobile app which will direct students in my university to the nearest printer availiable. The whole thing is part of my final project.
The Android based app will need to perform the following tasks:

  1. The user's location in the campus is sent to the server. Assume this part works just fine.
  2. The server sends an SNMP request to the printers in the user's vicinity. I'll probably use PHP or Python for that part.
  3. The data requested by SNMP is processed and sent back to the client

My question concerns the server. The university's IT manager offered me a designated server for development, which sounds great. Now I need to choose which OS I want installed on the server - Windows server or Linux (don't know which versions). I don't have any server programming/operating experince, but generally speaking I feel more comfortable in Windows enviroment (just because that has always been my OS).

I don't have much time for learning a new OS, but when does it make sense generally to host or develop server side applications on a Windows environment versus a Linux environment?

© Programmers or respective owner

Related posts about server-side