Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Being able to throttle HTTP streams can be a valuable function for reducing bandwidth waste. TBD more details, Alan.

CPU thread affinity

It is now possible to set thread affinity for the main worker threads. This can improve performance, particular on NUMA systems. This is configured via

Code Block

 CONFIG proxy.config.exec_thread.affinity INT 1

Removed configurations

The following configurations are no longer supported (or necessary). They should be removed from your records.config if you have them in there.

Code Block

 CONFIG proxy.config.bandwidth_mgmt.filename STRING ""

New Plugin: cacheurl

TBD: More details.

...