I just pulled down a fresh copy of master, did nothing special:
autoreconf -i
./configure --prefix=/tmp/ats
make -j12 && make install
/tmp/ats/bin/traffic_server
ab -n 1000 -c 1000 http://127.0.0.1:8080/
I made no changes to any config files other to to enable the memory debug
output every 3
We’ll have to get cracking on this, and do a serious triage, it’s a bit out of
control. Please take a look at all your open issues, and update / change /
close as necessary. In particular, close those which have been fixed already.
Thanks!
— Leif
E.g.
https://github.com/apache/trafficserv
Seems reasonable to me.
On Wed, Feb 13, 2019 at 12:42 PM Souza, Dylan (Contractor) <
dylan_so...@comcast.com> wrote:
> I would agree with this proposal. I am currently writing a plugin in which
> I am running into the exact issues outlined here.
>
> On 2019/02/11 21:05:40, "Zelkowitz, Evan" e...