Is it possible to keep sockets open infinite time

前端 未结 3 1708
心在旅途
心在旅途 2021-01-25 15:39

I\'m new to network programming. I\'m interested is it possible to establish network connection via sockets between Java server and C client and keep the connection open infinit

3条回答
  •  粉色の甜心
    2021-01-25 16:14

    Nothing is infinite (in computing), but you can keep a socket connection open as long as both applications are running.

提交回复
热议问题