当前位置:
首页 资源下载
搜索资源 - tcp concurrent server
搜索资源列表
-
1下载:
基于嵌入式实时操作系统vxworks的socket网络编程,初学必备!包含udp、tcp的客户机/服务器的代码实现,tcp服务器支持多任务并发处理连接请求;开发工具为tornado for pentium 在vxworks虚拟机上调试通过,含搭建虚拟机的详细步骤。-Vxworks embedded real-time operating system based on the socket network programming, beginners must have! Contains ud
-
-
0下载:
Linux下基于TCP和UDP的网络编程的实例,TCP中包含一个循环服务器和并发服务器。-Linux-based network programming TCP and UDP instances, TCP server and contains a loop concurrent server.
-
-
0下载:
这个是关于tcp/udp 和并发服务器的网络编程列子,给大家看看!-This is about the tcp/udp and concurrent server network programming Liezi, for everyone to see!
-
-
0下载:
Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
-
-
0下载:
linux tcp 多进程并发服务器编程-linux tcp multi-process concurrent server programming
-
-
1下载:
基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
-
-
0下载:
基于linux环境下的基于TCP/IP的C语言的并发多进程服务器程序。-Linux-based environment based on the TCP/IP-C-concurrent multi-process server program.
-
-
0下载:
基于TCP通信的并发服务器的源代码 适合并发的服务器使用-Communication based on TCP concurrent server source code server for concurrent use
-
-
0下载:
tcp并发服务器,可以同时接受多个客户端的服务请求-tcp concurrent server can accept multiple clients at the same time the service request
-
-
0下载:
设计一个应用程序,实现下列功能:
客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果
服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积
注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by com
-
-
0下载:
linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
-
-
0下载:
it is a tcp client server program in c. it uses socket programming. the server is a concurrent server.
-
-
0下载:
TCP传输模式下高并发无线流媒体的控制与播放服务器的研究, 如果大家有需要的话,可以参考一下个文档,谢谢。-Under high concurrent TCP transmission mode in wireless control and playback of streaming media server, if you need it, you can refer to documents, thank you.
-
-
0下载:
Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child proce
-
-
0下载:
TCP并发服务器,使用IO多路复用来实现,对初学者学习有很大作用-TCP concurrent server, using IO multiplexing to achieve, there is a significant role for beginners to learn
-
-
0下载:
实现1个TCP并发服务器,至少可以为10个客户端同时提供服务-Implement a TCP concurrent server, at least 10 clients to provide services at the same time
-
-
0下载:
此程序完成了服务器并发的操作,服务器同时可以接受多个的客户端的连接请求-This program finished the concurrent operation, the server can accept multiple client connection requests at the same time
-
-
0下载:
这是一个关于各种IO模型的socket server实现与测试。
这里采用多种模型实现了一个TCP ECHO服务器,将client发送的内容echo回去。
client每秒会发送一次请求,server保持并发连接并进行相应。
现已实现的模型:
base: 最原始的echo服务器
thread: 多线程模型
select: select模型
poll: poll模型
epoll: epoll模型
参数
修改src/clients.sh 可以生成指定数量的client
修改
-
-
1下载:
stm32 RT-Thread下
TCP并发服务器模型-多线程TCP服务器
实用型,不可多得,keil下编译(stm32 RT-Thread
TCP concurrent server model - multi-threaded TCP server)
-
-
0下载:
并发TCP、UDP服务器客户端,消息互发,文件互传(Concurrent TCP UDP server client, message exchange, file transfer.)
-