11 2012 档案

摘要:1. Hadoop move-code-to-data, which is distributed among clusters; while traditional distributed system like SETI@homemove-data-to-code2. Hadoop is usually used to process unstructured data, which makes SQL database not suitable3. SQL optimized for some legacy applications, and may mismatch contempor 阅读全文
posted @ 2012-11-25 11:25 Aldrich 阅读(168) 评论(0) 推荐(0)
摘要:uwsgi 1.4.1nginx 1.2.5#content of config.xml<uwsgi> <pythonpath>/Users/bunny/workspace/gotrip/onepage</pythonpath> <pythonpath>/Library/Python/2.7/site-packages/</pythonpath> <module>test</module> <callable>app</callable> <socket>/tmp/uwsgi 阅读全文
posted @ 2012-11-24 16:30 Aldrich 阅读(1208) 评论(0) 推荐(0)