Socket Performance C++ Or C#
- by modernzombie
I have to write an application that is essentially a proxy server to handle all HTTP and HTTPS requests from our server (web browsing, etc). I know very little C++ and am very comfortable writing the application features in C#.
I have experimented with the proxy from Mentalis (socket proxy) which seems to work fine for small webpages but if I go…