What is the difference between web service and remoting?

前端 未结 7 1653
轮回少年
轮回少年 2021-02-04 04:17

I know web service and have some knowledge on remoting. Both concepts invoke methods on the client machine so where lies the difference ??

Through remoting we can also e

7条回答
  •  独厮守ぢ
    2021-02-04 04:36

    While WebService is implemented over HTTP, Remoting is implemented over TCP/UDP. Thus Remoting performs better in terms of speed.

提交回复
热议问题