On Sat, Jan 09, 2010 at 06:24:46PM +0000, Hector Danniel Paz Trillo wrote: > Thanks for all the suggestions, i'm going to try them. Do you think > that this value of BUFSIZE may cause some security or perfomance > issues in haproxy?
no, in fact it may even improve performance to have larger buffers. However, it can become a concern when you're running with tens of thousands of concurrent connections because it will then use more memory. Regards, Willy

