-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-01-23 10:22, Lorenzo Sutton wrote: >> it seems your example is missing the newline (;\n). iirc I've had >> a few pd lockups when sending lots of messages from Processing >> without the newline. > Good to know, and easy to add to the script. And of course you > wouldn't really be hard-coding stuff like that. Just for curiosity, > how many is 'lots'?.
[netsend] will only emit the message once it receives the terminator. so it has to buffer all the data, till it encounters the terminator. and since the term never comes, it will eventually get out of memory. (and long before that it will start to choke, but *when* is really depending on your system) fgam,sdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlD/rTwACgkQkX2Xpv6ydvQt0wCggdsNEElUUCMcjgkZf9Tab5U/ JwoAoLn4D8y70iCf62vdwSk4Brj+eBKL =5NKT -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
