[PD-dev] thread safety

Torsten Curdt tcurdt at vafer.org
Thu May 14 11:14:49 CEST 2009


Hey there,

I just would like to confirm.

We are using this bit of code to talk to PD:

    t_binbuf *b = binbuf_new();
    binbuf_text(b, msg, strlen(msg));
    binbuf_eval(b, 0, 0, 0);
    binbuf_free(b);

Question is whether that is safe to use from another thread or not.
It seems like it is not.

Can anyone confirm?

cheers
--
Torsten




More information about the Pd-dev mailing list