Hi guys,
My employer has given me a mission to find a robust and scalable API for C++ that allows for easy programming of client / server systems.
In this case the application they intend to build involves thousands of clients sending data continuously to a central server (the data is fairly simple, currently they intend only to send arrays of integers).
The current implementation they have uses a piece of code called NDK which is just a CSocket wrapper written by one guy: http://www.codeproject.com/KB/IP/ndk.aspx
I've done a little googling around and can't seem to find anything, does anyone here have any ideas?
Thanks!