Hi All, While trying to use ATS with a very large number of ports (350+) ATS will segfault as a result of running out of event threads with no type of check or assertion. The patch submitted to fix this bug solves that problem, additionally, it allows MAX_EVENT_THREADS and MAX_THREADS_PER_TYPE to be configured via ./configure. Furthermore, to allow trafficmanager to be able to pass a full list of file descriptors to traffic_server I had to expose ARG_MAX via get conf so that local manager could fully generate the -A file descriptor list.
This is a relatively small patch; however, I was hoping I could get a few eyes to check it out because I don't have much experience with autoconf/automake and I wanted to make sure everyone is okay with the approach. Thanks. Brian https://issues.apache.org/jira/browse/TS-1035