[PD] EOF on socket

IOhannes m zmoelnig zmoelnig at iem.at
Thu Aug 18 17:44:26 CEST 2005


nico wrote:
>>
>> 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.
> 
> in fact, i send all the list in one message [1 23, 4 67, 3 88, ......(
> 

in fact, this is one _message-box_ containing several _messages_
(separated by commas ",")

e.g. [1, 2( is the same as

[t b b]
|     |
[2(   [1(


mfga.sd.r
IOhannes




More information about the Pd-list mailing list