the most significant things I'm missing in default net/haproxy are
SMALL_OPTS =
#SMALL_OPTS = -DBUFSIZE=8030 -DMAXREWRITE=1030 -DSYSTEM_MAXCONN=1024
(because It is stupid to limit MAXCONN to 1024, it is not high load limit)
and
rc_reload() {
pkill -SIGTTIN haproxy
}
(there's no need to close all established connections on reload under high
load)
2012/10/14 Gonzalo L. R. <[email protected]>
> I commited the 1.4.21 version with rc.d(8) scripts ~6 weeks ago, can you
> sent a proper diff with your update?
>
> On Sat, Oct 13, 2012 at 01:32:16PM +0600, Ð?лÑ?Ñ? ШипиÑ?ин wrote:
> ; Hello!
> ;
> ; we are running net/haproxy in high load applications, so I needed to
> tweak
> ; port a bit, which I guess should be useful for everyone.
> ;
> ; please find improved port at:
> ;
> ; https://github.com/chipitsine/openbsd-ports/tree/master/net/haproxy
> ;
> ; significant changes are:
> ;
> ; 1) rc.d - script which allows reload without restart (very important for
> ; high load)
> ; 2) removed stupid max_files constant (who needs 1024 files when running
> ; high load ? and who ever needs haproxy without high load ?)
> ;
> ; Cheers,
> ; Ilya Shipitsin
> ;
> ; P.S. I tried it already with CVS diff in January 2012, without luck,
> please
> ; pay attention to github repo ?
> ; P.P.S. I seen 1.4 in 5.2 ports, but without my patches
>
> --
> Sending from my VCR...
>