Description
suppose i have some acl rules that seldom changes,
i would like to make them a global table that shared among all the lua coroutines.
i also would like to update the rule without restarting traffic server, but
there seems to be no way to update this global after they are initalized.
should i modify ts_lua to call some dynamic uploaded chunk that
update the global for each ts_lua_main_ctx ?
any ideas ?