I am working on HTTP proxy server (in C++) for wireless mobiles and
laptop, it contain two exe. One is in ISP (proxy) which can handle 5000
clients and another running in client system (Agent).
So when ever request comes from browser is collected by Agent and
send to proxy.
My query is what is best protocol to use so that my proxy and agent
can communicate fast. We already implemented TCP/IP but fastness is not
good so I am thinking use UDT, or RBUDP is it a correct idea? Or is
there any other protocol?
|