Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top