-
httperf tuning for #FreeBSD testing
Was playing around with httperf to excercise Apache / stunnel SSl benchmarks on FreeBSD this week and ran into the code that nerfs simultaneous connections down from the environment ulimit of maxfiles to the limit FD_SETSIZE as defined in <select.h>. One can override this at compile time and push the system harder by passing in […]