Is windows a "second class citizen" in the django community?
Posted
by
Daniel Upton
on Programmers
See other posts from Programmers
or by Daniel Upton
Published on 2011-11-13T00:07:05Z
Indexed on
2011/11/13
2:07 UTC
Read the original article
Hit count: 416
I'm currently doing R&D for a web application which we plan to host ourselves initially and then allow customers to self host.
My task has been evaluating web frameworks to see which would give us the biggest productivity initially and ease of maintence while also allowing us to easily support deployment to customer controlled environments.
Our team has experience with ASP.NET (MVC and Webforms) and Ruby on Rails.
Our experience with rails is that windows deployment is a very taboo subject and any questions on IRC or SO are met with knee jerk "why not linux" responses.. However in this case our target market may be running windows or linux servers.
Is this also the case in django land? Is it possible with rubbish performance? Is it possible with lost of pain? Is it seen as reasonable and not treated as a completely stupid idea for not wanting to run linux?
© Programmers or respective owner