Presented by Michael Manfre
www.src.org, a case study of running Django in a Windows environment. This talk will describe the Semiconductor Research Corporation's (SRC) website, infrastructure, and build environment. Included will be some of the hurdles we encountered and reasons why our environment has ended up in its current state.
- What is SRC?
- Purpose of website
- Brief overview of previous web site
- SQL Server and django-mssql
- HTTP application choices
- Load Balancing
- CruiseControl.net Continuous Integration
- Deployments with nAnt
- Integrating with legacy database and business applications
- GIL
- No Forking