Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kvalekseev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kvalekseev
5y ago
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.html#June_6_2012
2.
▲
by
kvalekseev
5y ago
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 servers, most Python servers, ...
3.
▲
by
kvalekseev
5y ago
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 cloubhouse can be easily DDOS'd right now or they have
4.
▲
by
kvalekseev
6y ago
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 provide a good way to disable chec