얼마 전부터 작은 오픈소스 프로젝트를 하나 (업무로써) 진행하고 있는데1 공부도 할 겸, 프로젝트의 웹 부분을 Django 프레임웍을 사용하여 작성하고 있다. Django는 뭐랄까… 아쉽게도 ruby on rails를 처음 접했을 때 만큼의 감동은 없는데, 나름대로 단순한 면도 있고 쓸만 하다는 느낌이다. (MVC 관점이 좀 애매하기는 하다.)
[더 읽기]Background Jobs, Long Running Tasks
시간을 내어 읽어볼 것!
5 Tips for Deploying Background Jobs in Ruby on Rails | Engine Yard Blog
Background Job processing is all the rage lately, with numerous folks speaking and blogging about it—and rightly so. Since response time is a critical factor when scaling a web application, it makes sense to focus on keeping response times low, even when the app has tasks to perform. Moving the heavy lifting out of the request and response cycle is key to scaling a web application with high performance.
[더 읽기]