https://bz.apache.org/bugzilla/show_bug.cgi?id=61733

--- Comment #4 from Jonathan Oddy <jonathan.o...@transferwise.com> ---
Created attachment 35547
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35547&action=edit
Force update all subworkers for multiplier change

Here's an attempt at doing that.

This hasn't been as heavily tested as my original patch.

However, I'm now wondering if it ought to be treated like lb_value, and read
straight from shm rather than being copied to lb_sub_worker. That'd be simpler,
and also get rid of the lag on lb_mult changes being picked up everywhere. Are
there any advantages to it being synced to lb_sub_worker? I wondered if there
was some performance implication, but if that's the case then access to
lb_value would surely be much more of a bottleneck already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to