Let me make an assumption My assumption is : 1. When a client send request to a squid proxy server, the comm_listen receive the clients request 2. commSetSelect select wheter the request is write or read 3. the httpAccept accept the request
but these steps are used when the squid is reconfigured or initialize. How about the main Rotate ? please give me a correction regards puji w On 11 Mar 2003, Henrik Nordstrom wrote: > ons 2003-03-12 klockan 03.36 skrev puji widi: > > On Tue, 11 Mar 2003, Marc Elsen wrote: > > can somebody tell me which program use this function ? > > Certainly. Squid is using this function, it is a internal function > within Squid. > > The function is registered to the networking functions of Squid by > clientHttpConnectionsOpen, and called each time the listening > filedescriptor signals that there is connections waiting to get > accepted. > > > > Regards > Henrik >
