Live data from Hacker News

Viewing profile — kvalekseev

kvalekseev

HN member
Joined
Fri, Nov 06, 2020, 4:33 PM UTC
HN karma
11
Public activity
4 items

About kvalekseev

No profile information was provided.

Recent public activity

  1. comment
    Comment #28192739

    It's standard way to connect things in UNIX and provides better performance. For example postgresql tcp+ssl is 175% slower than socket https://momjian.us/main/blogs/pgblog/2012.htm…

  2. comment
    Comment #28192257

    From HAProxy mailing list about http_buffer_request option https://www.mail-archive.com/haproxy@formilux.org/msg23074.h... > In fact, with some app-servers (e.g. most Ruby/Rack ser…

  3. comment
    Comment #28191880

    HAProxy is a beautiful tool but it doesn't buffer requests that is why NGINX is recommended in front of gunicorn otherwise it's suspectible to slowloris attack. So either cloubhous…

  4. comment
    Comment #25008945

    I wrote https://github.com/kalekseev/django-extra-checks that do exactly this using builtin django checks framework, it has a couple of drawbacks though: 1) Django checks doesn't p…