Description: linux下的一个多线程服务器框架,可直接应用此框架开发一个支持大用户量的UDP应用服务器-of a multithreaded server framework, direct application of this framework to support the development of a large number of users UDP application server Platform: |
Size: 5130 |
Author:roger |
Hits:
Description: .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序-. Ne environment under the multi-threaded TCP/UDP programming examples son, which includes the server client program Platform: |
Size: 3072 |
Author:蓝鸥 |
Hits:
Description: linux下的一个多线程服务器框架,可直接应用此框架开发一个支持大用户量的UDP应用服务器-of a multithreaded server framework, direct application of this framework to support the development of a large number of users UDP application server Platform: |
Size: 5120 |
Author:roger |
Hits:
Description: UDP服务器课程设计,具体要关注的环节
-UDP server curriculum design, specific attention should be paid to the links Platform: |
Size: 11264 |
Author: |
Hits:
Description: Network Programming
Topics in this section include:
• What a socket is
• What you can do with a socket
• The difference between TCP/IP, UDP/IP and Multicast sockets
• How servers and clients communicate over sockets
• How to create a simple server
• How to create a simple client
• How to create a multithreaded server-Network Programming
Topics in this section include:
• What a socket is
• What you can do with a socket
• The difference between TCP/IP, UDP/IP and Multicast sockets
• How servers and clients communicate over sockets
• How to create a simple server
• How to create a simple client
• How to create a multithreaded server Platform: |
Size: 212992 |
Author:Artcore |
Hits:
Description: Java网络编程, 第四版文字版的, 很清晰, 包含pdf和epub-This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs.
Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies.
Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP
Learn how Java’s core I/O API handles network input and output
Discover how the InetAddress class helps Java programs interact with DNS
Locate, identify, and download network resources with Java’s URI and URL classes
Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies
Write servers and network clients, using Java’s Platform: |
Size: 12024832 |
Author:wudb |
Hits:
Description: UDP通信的多线程模式,有服务器端和客服端。服务器端可以同时接受多个客服端的连接和消息发送!-UDP communication multithreaded mode, the server side and the end of the service. The server can accept multiple clients at the same time connection and message! Platform: |
Size: 450560 |
Author:马云飞 |
Hits:
Description: 1.说明
类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件).
2.特点
a.采用tcp非udp的socket编程,保证传输的稳定性和实时性.
b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天.
c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间的信息传递.
d.每个客户端既是聊天的发起端,又是接收端,实现了多点同时聊天和传送文件. -1 Description
LAN chat software like QQ, including server and client program, using tcp/ip socket multithreaded programming, registration login server is responsible for client users, access to user data The client is responsible for client information with other control and delivery (including chat and transfer files).
2 Features
a. using non udp tcp socket programming, to ensure stability and real-time transmission.
. b synchronous operation when most uses multithreading and timeout control such as: transferring files at the same time continue to chat.
c. servers are only responsible for user login, query, modify the user s basic information and real-time online user list. not participate in the transmission of information between clients.
d. Each client is both initiator chat, but also the receiving end, to achieve a multi-point simultaneous chat and transfer files. Platform: |
Size: 248832 |
Author:胡一立 |
Hits: