On 14 Aug 2001 12:17:30 +0100, Ronald wrote:
> Hello there,
>
> I have read about callback implementation. Still I am not clear with this. Can anybody explain to me in the simple way
To allow multi connections to be serviced, squid uses non-blocking io.
Callbacks are functions called when the blocking comms function has
completed. They are passed as pointers when calling functions that might
otherwise need to block.
Rob
>
> Thanks for great help,
> Ronald
Received on Tue Aug 14 2001 - 02:55:23 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:37 MST