Juan C. Crespo R. wrote:
Hi, does anyone know whats the Default value of --enable-async-io and what should be the maximum value?Thanks
Big question is which version. My answer below is form checking the squid3 code. squid2 may differ.
Default is nothing. (undefined, no async-IO methods used). There is a minimum limit of 1. The maximum is dependent on the system.After an admittedly short look at the code I'd estimate a few thousand as a good upper limit. It's multiplied in a few spots.
Amos