On fre, 2007-07-27 at 10:33 +0200, Ralf Hildebrandt wrote: > The debian/unstable squid3 packages are configured using: > ... > --enable-storeio="ufs,aufs,coss" \ > --enable-diskio="AIO,Blocking,DiskDaemon,DiskThreads" \ > ... > > What exactly does "--enable-diskio" do? I notice that the > "--enable-storeio" option doesn't include "diskd" anymore, but > "DiskDaemon" in --enable-diskio sounds similar. You don't need to use the --enable-diskio option. The default is to automatically build the disk I/O methods needed by the selected store I/O modules.. > I can use the different storage types specified in --enable-storeio > e.g. in the cache_dir config option, but how and where do I used the > stuff from --enable-diskio? You can't outside the storeio implementations. At least not yet.. Regards Henrik