Re: ANNOUNCE: PC Yarn v0.91 - SOUP offline reader for MS-DOS and OS/2

David W. Walker (dww@world.std.com)
Fri, 21 Jun 1996 00:04:04 -0400

In article <Pine.SV4.3.91.960620141047.9311B-100000@mirage>,
Richard Steiner <rsteiner@skypoint.com> wrote:
>On Thu, 20 Jun 1996, Sergio Boink Boink Blink Galacticus Engelfriet Bonk
>Blink wrote:
>
>I don't know the structure of the Yarn folder database, but I'd assume the
>messages are stored in some sort of list format with each message having a
>known offset of some type (some form of internal message number would do
>if they're not stored in a formal array).
>
Having recently attempted to repair several corrupted folder files, I
would say that the file structure appears to be fairly simple: a
sequential file of message texts with each message preceded by a
four-byte offset pointing to the beginning of the next message in line
(or, construing it another way, a four-byte count of the length of the
current message--you have to add 4 to get the actual offset).

I guess I don't have any really large folder files, because I have no
problem with the speed of Yarn's processing (I use the OS/2 version of
0.91, by the way.)

--