搜索资源列表
Delphi67-UDP-SendFile
- Delphi67中利用UDP协议传送文件的例子-Delphi67 using UDP protocol to send the case file
sendfile
- 使用汇编语言编写,实现同时多文件多线程传输文件。server_file.asm 为服务器端,file.asm为客户发送端(编译前请修改服务器地址)。-In assembly language, simultaneous multi-file multi-threaded file transfer. server_file.asm for the server side, file.asm customers sending end (compiled before you modify the
SendFile
- Delphi源码,网络相关,局域网 Delphi 在局域网内多线程稳定传送大文件,采用TCPIP方式,同时考虑到速度,提供了多线程创送的方式。 -Delphi source, network-related, LAN multi-threaded stability of Delphi in the LAN to send large files, using the the TCPIP way, taking into account the speed, multi-threaded
SendFile
- 利用idtcipserver和idtcpclient收发文件。-The use of idtcipserver idtcpclient send and receive files.
KafkaDemo
- Kafka是一个高吞吐量分布式消息系统。linkedin开源的kafka。 Kafka就跟这个名字一样,设计非常独特。首先,kafka的开发者们认为不需要在内存里缓存什么数据,操作系统的文件缓存已经足够完善和强大,只要你不搞随机写,顺序读写的性能是非常高效的。kafka的数据只会顺序append,数据的删除策略是累积到一定程度或者超过一定时间再删除。Kafka另一个独特的地方是将消费者信息保存在客户端而不是MQ服务器,这样服务器就不用记录消息的投递过程,每个客户端都自己知道自己下一次应该从什么地
SendFile
- Example of using SOAP web services to send a file
SENDFILE
- 在Linux操作系统,使用C++模拟实现云盘操作,基本实现文件的上传和下载、秒传、断点续传等功能。-In the Linux operating system, use C++ simulation cloud disk operations, basic file upload and download, second pass, HTTP and other functions.