Hi, I use libuv to build a high throughput udp server , and I have some questions about libuv.
1. using "uv_udp_send" or "uv_udp_try_send" ? I use "uv_udp_try_send" now , and it seems that "uv_udp_try_send" is thread-safe. 2. if "uv_udp_try_send" is better , how can I use it to send packet ? I know "uv_udp_try_send" is not thread-safe, and I find a related thread <https://groups.google.com/forum/#!topic/libuv/lc7taUaMdfI>. I want to know if PC-capable pipe server is still a good way to solve this situation. Thanks. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
