Quote Originally Posted by Pharis View Post
If I compile and run the C++ server code on a friend's computer (we're both using Visual Studio 2008), it works perfectly.
Are you running a debug version or a release, optimized version of the program? It must be a release version for any further analysis of any slowdown -- in other words, the program must be able to be run a machine that does not have Visual Studio installed.

Regards,

Paul McKenzie