Email list hosting service & mailing list manager

finishing output translating stream Shiro Kawai (25 May 2005 00:05 UTC)
Re: finishing output translating stream Michael Sperber (06 Jun 2005 15:15 UTC)
Re: finishing output translating stream Shiro Kawai (07 Jun 2005 10:41 UTC)
Re: finishing output translating stream bear (07 Jun 2005 16:12 UTC)
Re: finishing output translating stream Michael Sperber (08 Jun 2005 07:19 UTC)
Re: finishing output translating stream Shiro Kawai (08 Jun 2005 07:37 UTC)
Re: finishing output translating stream Michael Sperber (08 Jun 2005 07:52 UTC)
Re: finishing output translating stream Shiro Kawai (08 Jun 2005 09:08 UTC)
Re: finishing output translating stream Shiro Kawai (08 Jun 2005 09:10 UTC)
Re: finishing output translating stream bear (08 Jun 2005 18:10 UTC)
Re: finishing output translating stream bear (09 Jun 2005 02:16 UTC)
Re: finishing output translating stream Michael Sperber (09 Jun 2005 05:51 UTC)
Re: finishing output translating stream Shiro Kawai (21 Jun 2005 00:00 UTC)
Re: finishing output translating stream Michael Sperber (22 Jun 2005 07:56 UTC)

Re: finishing output translating stream Shiro Kawai 07 Jun 2005 10:41 UTC

>From: Michael Sperber <xxxxxx@informatik.uni-tuebingen.de>
Subject: Re: finishing output translating stream
Date: Mon, 06 Jun 2005 17:15:57 +0200

> Presently, no.  I understand your motivation for wanting to know when
> it's closed (many thanks for the elaborate explanation!)---could you
> elaborate on why it's also important on flush?  (After all, the
> underlying stream may also flush at just about any time.)

Actually I'm not sure about flushing.  I thought of the case
such that I'm sending a string packet over a pipe or socket, and
want to make sure I send entire string, without worrying that the
last few characters might be sitting in the character conversion
buffer.

But I might be able to achieve it by creating and closing a
stream each time I want a complete "packet".  Though it
seems to me lots of overhead, it may be doable.

> As for closing---do you have any suggestion on API?  I guess the
> easiest thing would be to also provide a "close" procedure along with
> the "translate" procedure.

Or passing special value (e.g. #f) as "bytes"?

--shiro