Live data from Hacker News

Viewing profile — _qqea

_qqea

HN member
Joined
Wed, Jan 16, 2013, 12:28 PM UTC
HN karma
2
Public activity
2 items

About _qqea

No profile information was provided.

Recent public activity

  1. comment
    Comment #12228872

    They don't use the multiprocess module but most of them are deployed with something like uWSGI or Gunicorn, which spawns the worker processes and forwards requests to them and the …

  2. comment
    Comment #12227969

    Does this automatically escape/convert things like datetimes in a query or does that need to be done separately? The docs are a little sparse on details. Looks fantastic anyway!