fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
782 stars 126 forks source link

slighlty unlrelated sorry posting here #1

Closed kushal4 closed 7 years ago

kushal4 commented 7 years ago

Hi, When you are running thousands of client are you seeing any delay of messages between the packets? Thanks, Kushal

fpagliughi commented 7 years ago

I haven't done extensive performance testing, but this is a very thin layer around the system socket library, which should add little or no overhead to what you would get from programming the socket library directly.