Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1451

Why Connector/.NET not support socket layer async? (no replies)

$
0
0
I see MySQL Connector/.NET 6.2.3 source code, it has a method “BeginExecuteReader” support async, but it's have No sense in improving client performance.To such and such.
on windows platform,thread count is very limited,using delegate can't reduce thread cost,cpu still higher and higher


why not use stream.BeginRead BeginWrite to implement async exeute? this mode use iocp threads, the Throughput will be Significantly improved. On the other hand,in a Network instability and high concurrency environment,this will more robust,not make the client crush

Viewing all articles
Browse latest Browse all 1451

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>