--------------------- PatchSet 4628 Date: 2002/08/11 15:35:30 Author: serassio Branch: nt-2_5 Tag: (none) Log: Added awin32 documentation Members: QUICKSTART:1.2.10.1->1.2.10.2 doc/win32-relnotes.txt:1.1.32.3->1.1.32.4 src/cf.data.pre:1.49.2.5.4.12->1.49.2.5.4.13 Index: squid/QUICKSTART =================================================================== RCS file: /cvsroot/squid-sf//squid/QUICKSTART,v retrieving revision 1.2.10.1 retrieving revision 1.2.10.2 diff -u -r1.2.10.1 -r1.2.10.2 --- squid/QUICKSTART 8 Aug 2002 19:53:52 -0000 1.2.10.1 +++ squid/QUICKSTART 11 Aug 2002 15:35:30 -0000 1.2.10.2 @@ -1,7 +1,7 @@ Squid QUICKSTART -$Id: QUICKSTART,v 1.2.10.1 2002/08/08 19:53:52 serassio Exp $ +$Id: QUICKSTART,v 1.2.10.2 2002/08/11 15:35:30 serassio Exp $ This document is intended only for people who want to get Squid running quickly It is not a substitute for the real documentation. Squid has @@ -31,7 +31,7 @@ Warning: Squid uses much more than this value. Rule of thumb: if you have N megabytes free for Squid, put N/3 here. -cache_dir /usr/local/squid/cache 100 16 256 +cache_dir /usr/local/squid/var/cache 100 16 256 Add here (first number, here 100) the amount of hard disk space (in megabytes) to devote to caching. @@ -80,7 +80,7 @@ % /usr/local/squid/sbin/squid -z % /usr/local/squid/sbin/squid -Check in the cache.log (/usr/local/squid/logs/cache.log) that +Check in the cache.log (/usr/local/squid/var/logs/cache.log) that everything is all right. Note that "WARNING: Cannot write to swap directory" is normal the first time you run Squid. Index: squid/doc/win32-relnotes.txt =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/Attic/win32-relnotes.txt,v retrieving revision 1.1.32.3 retrieving revision 1.1.32.4 diff -u -r1.1.32.3 -r1.1.32.4 --- squid/doc/win32-relnotes.txt 6 Jul 2002 18:23:13 -0000 1.1.32.3 +++ squid/doc/win32-relnotes.txt 11 Aug 2002 15:35:30 -0000 1.1.32.4 @@ -67,3 +67,11 @@ squid.conf or in the /etc/resolv.conf file, the list of DNS name servers are taken from the Windows registry, both static and dynamic DHCP configurations are supported. + + +Awin32 fs module + +awin32 is a native WIN32 Async I/O Squid fs module derived from aufs. Configuration +in squid.conf is identical to aufs, but You nedd to specify awin32 instead aufs as +cache type. + \ No newline at end of file Index: squid/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid-sf//squid/src/cf.data.pre,v retrieving revision 1.49.2.5.4.12 retrieving revision 1.49.2.5.4.13 diff -u -r1.49.2.5.4.12 -r1.49.2.5.4.13 --- squid/src/cf.data.pre 22 Jul 2002 16:52:57 -0000 1.49.2.5.4.12 +++ squid/src/cf.data.pre 11 Aug 2002 15:35:30 -0000 1.49.2.5.4.13 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.49.2.5.4.12 2002/07/22 16:52:57 serassio Exp $ +# $Id: cf.data.pre,v 1.49.2.5.4.13 2002/08/11 15:35:30 serassio Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -773,6 +773,16 @@ see argument descriptions under ufs above + The awin32 store type: + + "awin32" uses the same storage format as "ufs", utilizing + WIN32-threads to avoid blocking the main Squid process on + disk-I/O. This was formerly known in Squid as async-io. + + cache_dir awin32 Directory-Name Mbytes L1 L2 [options] + + see argument descriptions under ufs above + The diskd store type: "diskd" uses the same storage format as "ufs", utilizing a