i often noticed myself, that - when using audio and network stuff - the network stuff is the bottleneck, especially when sending a huge amount of data. i use more often [netclient]/[netreceive], which have a buffer of 4kB iirc, than [netsend]/[netreceive]
would using OSC in a case like this make any difference?? I used to use [netsend/recieve] but now use OSC because of I find it scales better and its routing scheme. But in terms of bottlenecks and network load, has anyone tested OSC with enough data to begin to find its limits?
//Brad.