Quote: Originally Posted by
Sythrus
was just an exemple take it easy...lol.
this thread is about making an emu and damm...a good emu is an emu which you have a solid network code, built by yourself...and lowest level it is...better perfomance you'll get...altough there are some pretty good network library availabe on the public domain but doesn't really fit the need of a large scale mmorpg server.
Then why do you mention winsock?
You can go to a lower level if you want to.
Either way, I remember an alternative to winsock, which is far better for asynchronous communication.
It also outclasses winsock in general, it is low-level and it fits on multiple o/s.
Ill look it up and write an example.