本文介绍了(TCP)同步变量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Hey Codeproject,
我目前正在开发自己的.NET(TCP)协议,但我遇到了一些问题。假设我们的缓冲区长度为4096,并且我们有一个数据库可以序列化为例如40096(40兆字节),我们怎么能同步这个,,因为他们继续使用相同的变量,因为我们只能发送4096个字节。任何想法?
Hey Codeproject,
I am currently developing my own .NET(TCP) protocol, but I had a bit of a problem. Assuming our buffer is 4096 in length, and we have a database that would be serialized for instance to 40096(40 megabytes), how could we synchronise this, as in that they keep on having the same variable, because we can only send 4096 bytes. Any ideas?
推荐答案
这篇关于(TCP)同步变量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!