bneradt opened a new pull request, #13537:
URL: https://github.com/apache/trafficserver/pull/13537

   Reloading remap.config becomes slow when it contains many mappings that
   reference the same regex_remap rule files. Since the PCRE2 conversion,
   every plugin instance JIT-compiles an independent copy, making reload
   time scale with instances rather than unique rule sets.
   
   This patch caches immutable compiled rule sets by resolved filename and
   exact source content. It keeps match contexts and profiling counters per
   instance and uses weak ownership so obsolete reload generations are
   released, preserving JIT request performance without redundant reload
   work.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to