本文介绍了ServerSocket带宽的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我编写了服务器套接字程序,该程序正在向客户端连续发送图像,通过TCP/IP进行侦听,我的问题是它在服务器端消耗了大量带宽,请问如何做才能使它消耗低带宽,
I have Server socket program written which is sending images continuous to client, listening over TCP/IP , My problem is that it is consuming lots of bandwidth on server side, does any one how to make it consumes low bandwidth,
推荐答案
这篇关于ServerSocket带宽的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!