Re: nginx introduces extra delay when talking to slow backend (probably FreeBSD kevent specific)

2018-10-14 Thread Maxim Dounin
gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy Upgrading curl to 7.61.1 doesn't fix things. -- Maxim Dounin http://mdounin.ru/ ___

Re: RLIMIT_DATA and malloc(3) use of mmap(2)

2011-11-22 Thread Maxim Dounin
expert). Another possible aproach would be to introduce separate anonymous (private?) mmap limit, this will allow to do essentially the same thing in a bit more consistent (IMHO) manner. Maxim Dounin ___ freebsd-current@freebsd.org mailing list http

Re: TCP loopback socket fusing

2010-09-14 Thread Maxim Dounin
delayed ack behaves a bit more gently and doesn't delay first ack(s) in a connection. As a result linux hides some classic delayed ack vs. Nagle problems. Something similar probably should be adapted. Maxim Dounin ___ freebsd-current@freebsd.org mailing