[squid-dev] [PATCH] helpers queue update

Alex Rousskov rousskov at measurement-factory.com
Sat Apr 23 16:26:44 UTC 2016


On 04/23/2016 06:30 AM, Amos Jeffries wrote:
> This is a hopefully minor update to the helper lookup queueing.
> 
> It removes the only use of MEM_DLINK_NODE for custom link-list
> implementation and replaces it all with a std::queue.
> 
> Also, de-duplicates the *Dequeue() functions by merging them into helper
> class as a single nextRequest() getter method.
> 
> This has had some basic testing and seems to work so far. Though I have
> added one TODO where I think we have some potential for a memory leak
> and/or hung transactions if helpers are constantly dying but not also
> killing Squid.

+1

Thank you,

Alex.




More information about the squid-dev mailing list