Date
1 - 3 of 3
Are sockets thread safe? #networking
mbarrett@...
I would like to open multiple TCP sockets in different threads, but before diving in and writing code I thought I would check and see. Are sockets thread safe? Each thread would have sole access to the socket.
Thanks! |
|
mbarrett@...
From some previous release notes it appear so.
https://lists.zephyrproject.org/g/users/message/992 |
|
Lubos, Robert
Hi,
Yes, socket API is thread safe.
Regards, Robert
From: users@... <users@...>
On Behalf Of mbarrett via lists.zephyrproject.org
Sent: środa, 22 września 2021 20:11 To: users@... Subject: [Zephyr-users] Are sockets thread safe? #networking
I would like to open multiple TCP sockets in different threads, but before diving in and writing code I thought I would check and see. Are sockets thread safe? Each thread would have sole access to the socket. |
|