[PD] EOF on socket

IOhannes m zmoelnig zmoelnig at iem.at
Thu Aug 18 17:16:51 CEST 2005


nico wrote:
> hi all
> can anybody explain me [netreceive] message
> i send to [netreceive] message like
> 1 33, 2 77, 3 23, .........,15 89,  ;
> every 100 ms
> 
> 
> in the console i get
> EOF on socket 22
> EOF on socket 22
> EOF on socket 22
> EOF on socket 22
> 
> and sometimes
> EOF on socket 23
> EOF on socket 24
> EOF on socket 22
> 
> and this is not good

what do you mean by "this is not good" ?

> any idea?

it looks like you are trying to much data at once via the network.

probably you might get better results if you try to send all the data in
one single message [1 33 2 77 3 23 .... 15 89( and repack this list to
small sub-lists on the receiver-side.


mfg.a.dr
IOhannes




More information about the Pd-list mailing list