Please keep discussion on the squid-dev mailinglist. To answer your question you need to provide a little more details. What kind of I/O (disk / network / other), at what level?
The general design of Squid network I/O is a traditional non-blocking select/poll loop monitoring all open connections, but other approaches are also being investigated. Regards Henrik On Tuesday 09 September 2003 22.17, you wrote: > ok thanks > my project topic is on reducing I/O overhead for web proxy and in > order to implement some algorithms, I need to know, the Squid > Algorithm > > > -----Original Message----- > > From: Henrik Nordstrom [SMTP:[EMAIL PROTECTED] > > Sent: Tuesday, September 09, 2003 4:12 PM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: Re: squid help > > > > On Tuesday 09 September 2003 20.35, [EMAIL PROTECTED] wrote: > > > hello, > > > I am very much interested in getting some information regarding > > > the squid implementation. Currently I am working on a project > > > that requires the squid implementaion code, so could you please > > > send to me at this address. Your help in this matter, is > > > greatly appreciated. > > > > Start by reading the Squid Developers Guide. While not complete > > it actually contains a lot of valuable information. > > > > Then I would recommend you to post a description of the project > > you are working at. That way we can help you find the correct > > angles where to look at the problem from a Squid perspective. > > > > Regards > > Henrik
