Welcome![Sign In][Sign Up]
Location:
Search - Multicast Sockets

Search list

[Ftp ClientTwisted_NoDocs-8.2.0.win32-py2.4

Description: Twisted是高性能面向通信的event-driven 网络引擎, 支持HTTP, NNTP, IMAP, SSH, IRC, FTP, and others-Twisted is an event-driven networking engine written in Python and licensed under the MIT license. Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more.
Platform: | Size: 2361344 | Author: richard | Hits:

[JSP/JavaJavaNetworkProgramming-Source-code

Description: 《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web cookie和URL缓存的支持。   《Java网络编程》不仅仅是对API的解释:它还展示了如何使用API。本书有很多示例,包含了几千行可以实际工作的代码(所有代码都可以在线获得),实现了功能完整的网络客户端和服务器。无论是希望编写特殊用途的Web服务器、安全的在线订单接收程序、简单的组播代理还是电子邮件客户端,都会找到可供学习和借用的代码。   无论你是经验丰富的网络开发人员、Java程序员新手,还是只希望对Java网络编程稍有些了解的人,都会发现《Java编程(第三版)》将成为你的书库中一个重要的部分。一旦开始使用Java网络API,只要你能想到它就能够做得到。   -The third edition of Java Network Programming "will introduce you to the latest features of Java networking APIs. This book discusses the JDK 1.4 and 1.5 (now named the J2SE 5) made ​ ​ all the changes and additions. The book is comprehensive, covering the contents of the basics from the network to the remote method invocation (RMI), book chapters related to TCP and UDP sockets, server sockets, URL and URI, multicast, and special-purpose API (such as JavaMail) and so on. The book shows how to use JSSE to write secure web applications, and explains how to use the NIO API to write ultra-high performance server. It also covers the Java Network Proxy, Web cookies, and URL cache support. "Java Network Programming" is not just the API explanation: it shows how to use the API. The book has many examples, including thousands of lines of code can actually work (all code available online), full-featured network client and server. Whether you want to write special-purpose Web server, s
Platform: | Size: 249856 | Author: Dengeven | Hits:

[Program docSockets-notes

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:

[Web Serverapr-doc

Description: apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文件锁定类型 文件名匹配功能 杂项库例程 命令参数解析 全球锁的例程 哈希表 通用库例程 的mmap(内存映射)例程 网络套路 Socket选项定义 创建套接字时使用的IP协议的定义 IP组播 投票套路 内存池的功能 池清理功能 集中调试功能。 可移植性套路 主题可移植性例程 DSO(动态加载)Portabiliity套路 进程锁定例程 随机函数 环宏实现 共享内存例程 信号处理 字符串例程 snprintf的实现 内部年利率支持功能 表和数组函数 条件变量的例程 线程互斥套路 线程和处理功能 其他孩子标志 读/写锁套路 时例程 用户和组ID服务 库的初始化和终止 ctype函数 -apr-doc.CHM Apache Portable Runtime Documentation Here is a list of all modules: Apache Portability Runtime library Platform Definitions Internal Memory Allocation Atomic Operations Dynamic Object Handling Functions for manupulating the environment Error Codes APR Error Space APR Error Values Status Value Tests File Information File Permissions flags Stat Functions Directory Manipulation Functions Filepath Manipulation Functions File I/O Handling Functions File Open Flags/Routines File Seek Flags File Attribute Flags {_full} max iovec size File Lock Types Filename Matching Functions Miscellaneous library routines Command Argument Parsing Global Locking Routines Hash Tables General Purpose Library Routines MMAP (Memory Map) Routines Network Routines Socket option definitions IP Protocol Definitions for use when creating sockets IP Multicast Poll Routines Memory Pool Functions Pool Cleanup Functions Pool Debugg
Platform: | Size: 318464 | Author: kaka | Hits:

[Grid Computingjavazeromq

Description: This Java bridge to zeromq without JNI. TCP subcriber/publisher are currently supported. Ø MQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It s fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. Ø MQ is from iMatix and is LGPL open source.-This is Java bridge to zeromq without JNI. TCP subcriber/publisher are currently supported. Ø MQ (ZeroMQ, 0MQ, zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pub-sub, task distribution, and request-reply. It s fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. Ø MQ is from iMatix and is LGPL open source.
Platform: | Size: 19456 | Author: Oleg | Hits:

[Internet-Networksocket-tcpaudp

Description: vc实现的网络编程基本功能获取本地ip、mac,包括完成端口,多播,网络修订时间和原始套接字。-get local ip, mac vc realize the basic functions of network programming, including the completion of the port, multicast, network revised time and raw sockets.
Platform: | Size: 2048000 | Author: | Hits:

[Internet-NetworkTDDOWNLOAD

Description: 基于winsock套接字的网络编程,UDP无连接协议实现组播-Based winsock sockets network programming, UDP connectionless protocol multicast
Platform: | Size: 2048 | Author: 刘峰 | Hits:

[Othersocket

Description: UDP多播、UDP广播,TCP等网络套接字(UDP multicast, broadcast, TCP and other network sockets)
Platform: | Size: 1024 | Author: 彩色的笛子 | Hits:

[source in ebook指定源组播例子

Description: 指定源组播例子 ,感兴趣的人员可以参考一下,研究这方面的人不多了。(The following sample code illustrates how to include multicast functionality to a Windows Sockets application using socket options.)
Platform: | Size: 10240 | Author: 红红的大海 | Hits:

[Internet-Networkzeromq-4.1.5

Description: “ZMQ (以下 ZeroMQ 简称 ZMQ)是一个简单好用的传输层,像框架一样的一个 socket library,他使得 Socket 编程更加简单、简洁和性能更高。是一个消息处理队列库,可在多个线程、内核和主机盒之间弹性伸缩。ZMQ 的明确目标是“成为标准网络协议栈的一部分,之后进入 Linux 内核”。现在还未看到它们的成功。但是,它无疑是极具前景的、并且是人们更加需要的“传统”BSD 套接字之上的一层封装。ZMQ 让编写高性能网络应用程序极为简单和有趣。”(ZeroMQ (also known as 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ZeroMQ is from iMatix and is LGPLv3 open source.)
Platform: | Size: 1234944 | Author: eert_tree | Hits:

CodeBus www.codebus.net