Answer the question
In order to leave comments, you need to log in
How to implement MySQL multithreading in C#?
I am writing now a multi-threaded server, used MySql.Data.MySqlClient, but ran into a problem.
You can send 1 request to one database at the same time and keep 1 connection, and you can read the result of the request only in an open connection.
In queries and SELECT and INSERT, depending on the data that the client sent.
I found myself in such a dead end, how to be in such a situation?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question