[PD] MySQL Pd external?

IOhannes m zmoelnig zmoelnig at iem.at
Tue Jan 23 09:31:50 CET 2018


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20180123/c6c5b854/attachment.sig>


More information about the Pd-list mailing list