Closed egmkang closed 6 years ago
You can use one loop to dispatch incoming connections into multiple loops. I will add an example shortly.
thank you very much
Please have a look at the files under https://github.com/StormHub/NetUV/tree/dev/examples/LoopThread
@StormHub thankds very much
http://docs.libuv.org/en/v1.x/guide/processes.html#sending-file-descriptors-over-pipes
the c# version is similar with the c version.
how can i use multi threads to improve the throughput?