Live data from Hacker News

Viewing profile — Continuation

Continuation

HN member
Joined
Tue, Dec 09, 2008, 11:42 AM UTC
HN karma
4
Public activity
3 items

About Continuation

No profile information was provided.

Recent public activity

  1. story
    Ask HN: What distributed DB is best for a Q&A site?

    I'm building a Q&A site. Would like to use a distributed DB for data store. Requirements: 1) Elastic: add nodes and scale out automatically 2) HA: automatically & transparently pro…

  2. comment
    Comment #2912520

    gevent has utilities to turn Python blocking calls into non-blocking ones. In your case you could switch to a pure Python MySQL driver and gevent will turn all your mySQL calls int…

  3. comment
    Comment #391194

    >Scalability is the last thing you need to be worried about. That's what friendster thought too. Friendster became very popular but couldn't handle the scalability part and ended u…