wise?
It depends on how you use threads for IO
If you spawn a thread for every socket you open, you will have a great many threads and will slow down synchronization and shift a lot of load to the OS If you have dedicated threads for IO, that is probably OK
Oh I see.. Thank you;
On Linux you can use iouring for async io
Use async I/O *first*
Обсуждают сегодня