1
votes

I am looking for a component which is thread safe and can be used with indy10 TcpServer. Can anyone points me in a direction. i searched over and found a topic here in stackoverflow and a guy suggested mysql.pas

is it safe to use with multi-threaded applications?

sorry for being so noobish

1
It would be most helpful if you would include a link to the quetion here on SO where that particular file is recommended...fvu

1 Answers

0
votes

According to what I think is the homepage of that particular piece of software it is just an interface to libmysql.dll and that one can be safely used in a multithreaded context as long as each thread uses its own connection according to this source that looks quite authorative