about hier_code

2003-02-27 Thread atit_ldce
can u explain what is purpose of follwing hier_code typedef enum { HIER_NONE, DIRECT, SIBLING_HIT, PARENT_HIT, DEFAULT_PARENT, SINGLE_PARENT, FIRSTUP_PARENT, FIRST_PARENT_MISS, CLOSEST_PARENT_MISS, CLOSEST_PARENT, CLOSEST_DIRECT, NO_DIRECT_FAIL,

Re: about squid

2003-02-27 Thread Henrik Nordstrom
On Thursday 27 February 2003 14.50, atit_ldce wrote: > i want explanation about following: > > icpUdpSendQueue functionality When the kernel reports that ICP socket is ready to send more ICP packets the function sends queued ICP messages out on the socket in FIFO order. > what is purpose of del

Re: cvs commit: squid/src comm_select.c delay_pools.c squid.h

2003-02-27 Thread Henrik Nordstrom
How sure is you about this? A visual inspection of the glibc macros in both glibc-reveal nothing of the kind. All simple byte arithmetics on the filedescriptor number.. The only thing I can see in the visual inspection is that things will fail badly if the maxfd is not even divisible by 32, as in

Re: delay pools and fd_set 's

2003-02-27 Thread Adrian Chadd
On Thu, Feb 27, 2003, Henrik Nordstrom wrote: > What is the reason to this? > > I guess it is your bugzilla entry.. Issues with FD_SET and this glibc under Linux. This fixed crashes w/ delay pools that have been happening for months. (As far as I know, I'll run it for a few more days..) Adria

Re: delay pools and fd_set 's

2003-02-27 Thread Henrik Nordstrom
What is the reason to this? I guess it is your bugzilla entry.. Regards Henrik tor 2003-02-27 klockan 11.59 skrev Adrian Chadd: > Hiya, > > I'd like to remove the fd_set stuff from delay pools. > My first hack was to turn the fd_set's into arrays. > That looked fine. :-) > > Do people have an

Re: delay pools and fd_set 's

2003-02-27 Thread Adrian Chadd
On Thu, Feb 27, 2003, Robert Collins wrote: > > > > It sounds good. Now, what about squid-2.5? :) > > 2.5? whassat? What people are still running in release? :) adrian

Re: delay pools and fd_set 's

2003-02-27 Thread Robert Collins
On Thu, 2003-02-27 at 23:06, Adrian Chadd wrote: > On Thu, Feb 27, 2003, Robert Collins wrote: > > > Sure. I'm pushing the arch mirror now. It's in the epoll branch > > ([EMAIL PROTECTED]/squid--epoll--3.0). > > > > [snip] > > It sounds good. Now, what about squid-2.5? :) 2.5? whassat? Rob -

Re: delay pools and fd_set 's

2003-02-27 Thread Adrian Chadd
On Thu, Feb 27, 2003, Robert Collins wrote: > Sure. I'm pushing the arch mirror now. It's in the epoll branch > ([EMAIL PROTECTED]/squid--epoll--3.0). > [snip] It sounds good. Now, what about squid-2.5? :) Adrian

Re: delay pools and fd_set 's

2003-02-27 Thread Robert Collins
On Thu, 2003-02-27 at 22:49, Adrian Chadd wrote: > On Thu, Feb 27, 2003, Robert Collins wrote: > > > > What do people think? > > > > I'm working on a more generic solution at the moment, consolidating > > deferred reads and delay pools etc.. > > > > Rough notes in bugzilla, or pop onto IRC a

Re: delay pools and fd_set 's

2003-02-27 Thread Adrian Chadd
On Thu, Feb 27, 2003, Robert Collins wrote: > > What do people think? > > I'm working on a more generic solution at the moment, consolidating > deferred reads and delay pools etc.. > > Rough notes in bugzilla, or pop onto IRC and we can discuss... Can I have a look at what you've done?

Re: delay pools and fd_set 's

2003-02-27 Thread Robert Collins
On Thu, 2003-02-27 at 21:59, Adrian Chadd wrote: > Hiya, > > I'd like to remove the fd_set stuff from delay pools. > My first hack was to turn the fd_set's into arrays. > That looked fine. :-) > > Do people have an issue with this? The downside is the > byte-per-fd wasted but considering how much

delay pools and fd_set 's

2003-02-27 Thread Adrian Chadd
Hiya, I'd like to remove the fd_set stuff from delay pools. My first hack was to turn the fd_set's into arrays. That looked fine. :-) Do people have an issue with this? The downside is the byte-per-fd wasted but considering how much RAM squid normally uses I don't see it as an issue. What do pe

about squid

2003-02-27 Thread atit_ldce
i want explanation about following: icpUdpSendQueue functionality what is purpose of delay varible in icpHandleIcpV2 what is difference beteween ICPv3 and ICPv2 explain field of struct statCounter.icp what storeUnlockObject and storeLockObject do? _request_flags->unsigned int loopdetect:1 wh