Jack wrote: > OK, i will try 'killall pd' next time.
this is likely to _not_ help (and probably worsen things), as it does a bad job in closing files and sockets (which is what you need here). as root try to enable fast socket recycling with somehing like: # echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle according to the docs: "It should not be changed without advice/request of technical experts." so i am neither a technical expert nor do i advice you to do so. but it is one thing that often helps me. the other is, to not let Pd crash. fga,sdr IOhannes _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
