offset with queue streams

From: Kish Shen <ks15_at_icparc.ic.ac.uk>
Date: Mon 19 Feb 2001 01:43:45 PM GMT
Message-Id: <E14UqbR-0004Iq-00@holborn.icparc.ic.ac.uk>
The offset returned for queue streams is different between offset with
get_stream_info/3 and at/2:

[eclipse 3]: open(queue("abc"), write, a).

yes.
[eclipse 4]: at(a, X), get_stream_info(a, offset, Y).

X = 3
Y = 0
yes.

Also, with this stream, which is in `write' mode, the writes are to the end
of the queue, rather than the start:

[eclipse 5]: write(a, f), get_stream_info(a, name, C).

C = "abcf"
yes.
(should be "fbc" if written to start of queue)
Received on Mon Feb 19 13:43:46 2001

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:04 PM GMT GMT