On 17 May 2017, at 15:54, Nishant Gaurav wrote:
Hi everyone,
I work as a part of Traffic team at LinkedIn. Our team has a use case
where
we want to reload ‘remap.config’ without restarting trafficserver.
I
understand that I can use ‘traffic_ctl config reload’ command for
the same,
but we do
One option would be to schedule an event on a ET_TASK thread and call
system("traffic_ctl config reload") there. Or, if you already have a thread
polling a mirror, why not call system("...") there?
On Wednesday, May 17, 2017, 6:55:38 PM EDT, Nishant Gaurav
wrote: Hi everyone,
I work as a par
Hi everyone,
I work as a part of Traffic team at LinkedIn. Our team has a use case where
we want to reload ‘remap.config’ without restarting trafficserver. I
understand that I can use ‘traffic_ctl config reload’ command for the same,
but we don’t want dependence on an external process to run traf