[PD] netsend question

Mathieu Bouchard matju at artengine.ca
Fri Jun 17 19:54:35 CEST 2005


On Fri, 17 Jun 2005, nico bats wrote:
> i'm using [netsend] to communicate with tcl but i've got message like 
> that in pd console: netsend blocked 140 msec does it mean that the tcl 
> proc is blocking pd?

You can see it that way, or more precisely, [netsend] blocks because it's 
trying to queue more commands, but the command queue is already full, 
because [netsend] hasn't got a confirmation that the packets were safely 
sent, which can be due either to a slow network or because the receiver 
socket's buffer is full because the Tcl program is too slow at processing 
the requests.

,-o--------o--------o--------o-. ,---. irc.freenode.net #dataflow |
| The Diagram is the Program tm| | ,-o-------------o--------------o-.
`-o------------o-------------o-' | | Mathieu Bouchard (Montréal QC) |
   | téléphone:+1.514.383.3801`---' `-o-- http://artengine.ca/matju -'


More information about the Pd-list mailing list