On 2018-01-23 01:40, Christof Ressi wrote:
> thanks! I guess I'll directly work with the mysql library, just as you did 
> with sqlite. the C API doesn't look so complicated, actually.


i guess the main issues with an mysql external is that it breaks all
realtime constraints.
either you make the calls synchronous, then you probably shouldn't do
audio in the same thread (and you could have used e.g. a standalone
python application in the first place) or you make it asynchronous
(happy coding), which is about one message away in pyext.

fgams
IOhannes

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to