Welcome![Sign In][Sign Up]
Location:
Search - p2p_vod

Search list

[Windows DevelopPeer to Peer Network Messenger

Description: 一份是点对点通讯聊天的软件代码-the code for peer to peer chatting
Platform: | Size: 612352 | Author: 小蔡 | Hits:

[Multimedia DevelopP2P

Description: P2P视频技术源码,其中, Session是每个客户端相关的数据, SessionCluster(或者是ServerDesc)是 有关每种服务的信息, 其中有一个指向该服务相关的各个Session的指针.-P2P video source, including, Session is the client-related data, SessionCluster (or ServerDesc) is related to each service information, including a link to the service related to various Session pointer.
Platform: | Size: 3185664 | Author: xgc | Hits:

[P2Pp2p_vod

Description: P2P视频点播系统C/S,大型的分布式,高性能,稳定性不错-P2P video-on-demand system, C/S, large-scale distributed, high performance, stability, good
Platform: | Size: 2480128 | Author: zhang | Hits:

[Streaming Mpeg4p2p_vod

Description: 目前的协议有如下一些特点: 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论采用线程还是进程, 都无法进行有效的服务, 因此必须采用select 轮询方式. -The current agreement has the following features: 1) customers to send the request to the server, each request for indefinite length. Request the length of the first INT specified .2) each server will normally provide services to a wide range of customers, for example, TS at the same time to the CP, NP to provide services, CP to the NP and other CP to provide services, at the same time or other CP, TS, SP customers .3) per server for the customer service usually is a long-term, will involve repeated requests- back and forth response. This structure is to be able to support a large number of concurrent client connections designed. in a large number of concurrent client connections, regardless of the thread or process can not be effective service, it is essential to adopt select polling方式.
Platform: | Size: 3049472 | Author: zdbao | Hits:

[Streaming Mpeg4p2p_vod

Description: 这是一个用C++写的P2P视频点播系统,可以自己部署,-This is a C++, written in P2P video-on-demand system that can deploy their own,
Platform: | Size: 3174400 | Author: wangping | Hits:

[P2Pp2p_vod

Description: p2p点播系统及文档 l-p2p vod style /
Platform: | Size: 3185664 | Author: lc | Hits:

[Internet-Networkp2p_vod

Description: 1. 架构说明 目前的协议有如下一些特点: 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论采用线程还是进程, 都无法进行有效的服务, 因此必须采用select 轮询方式. 2. 基本数据结构说明 对于每个客户端, 需要保存该客户端相应的一些信息. 目前的CPnew.c, SPnew.c 和TSnew.c的核心数据结构基本相同, 都由Session, SessionCluster (TSnew.c中) 或者 ServerDesc (CPnew.c和SPnew.c)构成. 其中, Session是每个客户端相关的数据, SessionCluster(或者是ServerDesc)是 有关每种服务的信息, 其中有一个指向该服务相关的各个Session的指针. Session 这一数据结构不是在有客户请求时动态分配的, 而是在最开始初始化时就已经分配 好的, 当有新客户请求到来时, 服务器搜索这一预先分配好的这些Session, 发现其中 有空闲则使用, 如果没有空闲就报告错误.-1. Architecture Description The current agreement has the following features: 1) The client sends a request to the server, each request the length of the variable. The length of the request specified in the first INT. 2) each server would usually offer a variety of services, such as, TS to the same time to the CP, NP to provide services CP and CP to the NP to provide services, or other CP, TS, SP customers. 3) customer service for each server, usually long-term, will involve multiple requests- response back and forth. Such a structure, mainly to be able to support large numbers of concurrent client connections and design. In a large number of concurrent clients Connection, regardless of the thread or process can not effectively service, so must select Polling. 2. The basic data structure that For each client, the corresponding need to save the client some information. The current CPnew.c, SPnew.c And TSnew.c the core data structure is basically the same, by the Session,
Platform: | Size: 3427328 | Author: 风行者 | Hits:

[P2Pp2p_vod

Description: p2p视频直播源代码 支持windows平台-p2p video cod,zhici windows pingtai
Platform: | Size: 19652608 | Author: 陈明 | Hits:

[Streaming Mpeg4p2p_vod

Description: P2P网络直播多媒体系统 1) 客户向服务器发送请求, 每个请求的长度不定. 请求的长度在第一个INT中指定. 2) 每个服务器通常会向多种客户提供服务, 例如, TS要同时向CP, NP提供服务, CP要向NP和其他CP提供服务, 同时还是其他CP, TS, SP的客户. 3) 每个服务器为客户服务时, 通常是长期的, 会涉及多次请求-应答的来回. 这样的结构, 主要是为了能够支持大量并发客户连接而设计的. 在具有大量并发客户 连接时, 无论采用线程还是进程, 都无法进行有效的服务, 因此必须采用select 轮询方式.-P2P live multimedia network system 1) client sends a request, the length of each request variable. Length of the request specified in the first INT 2) Each server is usually provided to a variety of customer services, for example, TS the same time to CP, NP service, CP and CP to the NP to provide services, or other CP, TS, SP customers. 3) for each server service to customers, usually long-term, will involve multiple requests- response back and forth so the structure is mainly to be able to support a large number of concurrent client connections and designed in a large number of concurrent client connections, regardless of the thread or process can not effectively service, select the polling method must be used.
Platform: | Size: 3184640 | Author: Blest | Hits:

[P2Pp2p_vod

Description: p2p-vod 包含文档 以及安装程序 和说明-p2p-vod contains documentation and installation procedures and instructions
Platform: | Size: 2178048 | Author: webcookie | Hits:

CodeBus www.codebus.net