RE: RE: Puzzled at callback routine Squid is using.

From: Robert Collins <robert.collins@dont-contact.us>
Date: Fri, 19 Apr 2002 23:07:48 +1000

> -----Original Message-----
> From: maer727@sohu.com [mailto:maer727@sohu.com]
> Sent: Friday, April 19, 2002 10:58 PM
> To: Robert Collins
> Cc: squid-dev@squid-cache.org
> Subject: Re:RE: Puzzled at callback routine Squid is using.
>
>
> Thanks, Rob pal!
>
> I still have a question, what means "side effects" and the
> abbreviation "epilog"?

side effects: what happens because the function was called, but not
necessarily directly evident to the calling function.

i.e.: printf ("foo\n"); not only writes foo to stdout, it may also
increment a pointer in a buffer in libc, but the calling routine does
not know about that buffer..

epilog: the opposite of prolog. Something that happens after the fact.

Rob
Received on Fri Apr 19 2002 - 07:07:51 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:15:13 MST