Using protobuf in WCF services

后端 未结 3 871
半阙折子戏
半阙折子戏 2020-12-24 03:25

My asp.net web pages are on IIS web server and it communicates with WCF services(sitting on windows 2008 app server) using basic HTTP binding. The performance of my wcf serv

3条回答
  •  情话喂你
    2020-12-24 03:52

    You could also take a look at using a TCP based binding if the WCF service does not need to be exposed outside of the internal network.

提交回复
热议问题