CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - server thread

搜索资源列表

  1. SOCKET-TCP

    1下载:
  2. SOCKET多线程,使用TCP连接,当有一个连接请求时候,建立一个线程。共有两个文件,一个Server,还有一个是Client-SOCKET multithreading, the use of TCP connections, when a link request, the establishment of a thread. A total of two documents, one Server, there is a Client
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:23.92kb
    • 提供者:的三分
  1. ThreadPool_final.rar

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器,This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definition of macros can be complicated
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:4.34mb
    • 提供者:xuzhisheng
  1. Chat_Socket

    0下载:
  2. 实现“一对多的自由”聊天程序: (1)服务器端用户可以和多个客户聊天; (2)服务器端通过多线程与与每个客户端用户连接; (3)服务器端线程ID标识客户端用户;其中一方通过控制台输入消息,依次轮流向另一方发送数据。-Achieve " the freedom of one to many" chat program: (1) server-side user can chat with multiple customers (2) through a multi-
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:4.09kb
    • 提供者:Andy
  1. TCPIP

    0下载:
  2. 它是TCP/IP中,线程同步的客户端各服务器端程序。利用了死锁及条件变量-It is the TCP/IP in the client thread synchronization server-side program. Deadlock and conditions of use of variables
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:徐丫
  1. 4GClientAutoUpdataServer

    0下载:
  2. 传奇4G的客户端更新服务器功能很强大,是学习Tcp/IP的好例子,里面有TCP/IP线程池的基础模型。-Legend 4G client update server functionality is very powerful, is to learn Tcp/IP a good example, which have TCP/IP base model of the thread pool.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:503.44kb
    • 提供者:Chatop
  1. TestScktIocp

    0下载:
  2. 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:661.96kb
    • 提供者:老夫子
  1. linux_file_transfer

    0下载:
  2. Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4.9kb
    • 提供者:kusogray
  1. MultiThreadServer

    0下载:
  2. 使用TCP/IP协议写的一个服务器端应用程序,使用线程池技术,实施对端口进行监听。-Using the TCP/IP protocol write a server-side application, using the thread pool technology to monitor the implementation of the port.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:72.56kb
    • 提供者:谈国强
  1. ReadWrite

    0下载:
  2. ‘强读’的TCP实现。利用TCP协议实现服务器与客户端的通信,客户端拥有读写功能,其中读操作的优先级高于写操作。每一个客户都用一个线程处理,利用wait(),notify()方法实现‘强读’。本文件是典型java通信实例,有助于了解多线程和TCP通信的机制。-‘Strong reading&’TCP implementation. Server using TCP protocol to communicate with the client, the client has read and w
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4.05kb
    • 提供者:Pengcheng Li
  1. java_UDPSocket_codes

    0下载:
  2. java 多线程UDP通信资料与代码: 1、UDP多线程通信server程序(serverThread)详细解析 2、简易UDP client程序 3、多线程Java_Socket编程示例等资料-java multi-thread UDP communication data and code: UDP multi-threaded communications server program (serverThread) detailed analysis, simple UDP c
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:64.55kb
    • 提供者:姜怡姝
  1. Worm.Sasser

    0下载:
  2. 在本地开辟后门,监听TCP 5554端口,做为FTP服务器等待远程控制命令。病毒以FTP的形式提供文件传送。黑客可以通过这个端口偷窃用户机器的文件和其他信息。 病毒开辟128个扫描线程。以本地IP地址为基础,取随机IP地址,疯狂的试探连接445端口,试图利用Windows目录下的Lsass.exe中存在一个缓冲区溢出漏洞进行攻击,一旦攻击成功会导致对方机器感染此病毒并进行下一轮的传播,攻击失败也会造成对方机器的缓冲区溢出,导致对方机器程序非法操作,以及系统异常等。-Open the back d
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者:张得帅
  1. threadpool

    0下载:
  2. 使用python实现socket编程实现一个简单的服务器功能,使用到了多线程和线程池的功能,线程池维护了线程的产生和取消,减少开销,是一个相关简单的python server的开发代码,可以实现后续扩展-Use python achieve socket programming to implement a simple server function, use the function multithreading and thread pool thread pool maintenance
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:1.46kb
    • 提供者:黄凯
  1. tcpserver_thread

    0下载:
  2. 实现了TCP服务端对客户请求的监听并开启新的线程来处理客户的请求-Implements the TCP server listens to the customer request and open a new thread to handle customer requests
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:874byte
    • 提供者:yourname
  1. multi-thread-server-mode

    0下载:
  2. Common programming model of multi thread server多线程服务器的常用编程模型-Common programming model of multi thread server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:352.34kb
    • 提供者:曾静
  1. TCP-server-source-code

    0下载:
  2. 掌握高性能网络编程,涉及到对网络、操作系统协议栈、进程与线程、常见的网络组件等知识点,需要有丰富的项目开发经验,能够权衡服务器运行效率与项目开发效率-Master the high performance network programming, relates to the network operating system, protocol stack, process and thread, common network components and other knowledge, ha
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-05
    • 文件大小:69.14kb
    • 提供者:阿泉
搜珍网 www.dssz.com