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