On Sun, 18 Oct 1998 17:29:52 -0600, Glenn Valenta wrote:
>I'm almost sure this is one of those problems cuased by
>my misconception of how things work in Java v.s. C++,
>but I have run this thing around for days without resolve.
>
>Maybe someone can see the obvious
>
>I'm trying to send a serialized class down a network pipe and am
>only getting the first one on the other end. The rest seem to vanish.
[code deleted...]
You are trying to send the same object down the same (already open)
object output stream. The serialization stuff keeps track of what
was sent already and does not send it again.
You can either send new objects or close and open new streams for
each one.
Michael Sinz -- Director of Research & Development, NextBus Inc.
mailto:[EMAIL PROTECTED] --------- http://www.nextbus.com
My place on the web ---> http://www.users.fast.net/~michael_sinz