You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

In additions to all the bugs and improvements done to the code and plugins, the following new features are available when you upgrade from v3.2 to v3.4. For details on what has changed to existing features and configurations that might affect your upgrade, please see

Tagging disks in storage.config

The intent of this feature is to allow content to be assigned to specific disks. As an example, using storage.config tagging, together with rules in hosting.config and volumes.config, you can force certain URLs to go to SSD disks.  TBD more details, Phil and Jan ?

HTTP streams throttling

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

 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.

 CONFIG proxy.config.bandwidth_mgmt.filename STRING ""

New Plugin: cacheurl

TBD: More details.

New plugin: gzip

TBD: more details. TBD: We should move this to stable plugins too!

API additions and changes

TBD: please edit / add.

HTTP Range requests

Wasn't working with 3.2, is hopefully working with 3.4...

  • No labels