On Saturday 01 March 2003 08.32, olegs wrote: > Hello! > > from my squid.conf > --------------------------------------------------- > acl SUB0 src 192.168.0.0-192.168.0.10 > acl SUB1 src 192.168.0.0-192.168.0.10 > > delay_class 2 1 > > delay_parameters 2 12800/12800 > > delay_access 2 allow SUB0 > delay_access 2 allow SUB1 > delay_access 2 deny all > ---------------------------------------------------- > > the question is: will SUB0 and SUB1 have each own pool > '12800/12800' or they (and any other) will share single pool > '12800/12800' > > With best regards, .olegs
They will share the same pool. Regards Henrik
