> > On Wednesday, February 09, 2005, at 02:16PM, <[EMAIL PROTECTED]> wrote: > > > $self->{'sock'}->recv ($data, 65536) or return > > $self->set_error('ERECVFAIL'); > > Is that trying to transfer something one byte larger than the 64K I believe > we're limited to in a single $QIO? Just a thought; I don't really know the > answer to your question.
Doh. (Smacks hand upside forehead) I had completely forgotten about that. That was, in fact, the problem. Thanks, once again. Mark Berryman