--------------------- PatchSet 10671 Date: 2008/07/18 18:20:08 Author: adri Branch: delay_pool_write Tag: (none) Log: TODO Members: TODO_delay_pool_write:1.1.2.2->1.1.2.3 Index: squid/TODO_delay_pool_write =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/TODO_delay_pool_write,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/TODO_delay_pool_write 18 Jul 2008 07:04:29 -0000 1.1.2.2 +++ squid/TODO_delay_pool_write 18 Jul 2008 18:20:08 -0000 1.1.2.3 @@ -23,3 +23,6 @@ class 5 pool, and then walk -that- array to update? That way the array could be kept up to date with fd_close() and the stats could also then be changed to make sense! +* The write-side pool IO rates are still wrong. They're not 50% wrong, but they're not + exactly correct like they should be on a single connection. Re-enable the debugging + to watch the write queueing in commHandleWrite() and figure it out.