Download List

프로젝트 설명

Raining Sockets is a high-performance,
non-blocking, sockets-based framework.
Non-blocking IO (NIO or NBIO) allows one to create
thousands of connections in a single thread, thus
making applications highly scalable, compared to
the thread-per-client model used prior to JDK 1.4.
A user only needs to override the event that needs
to be customized, such as what to do with arrived
(or arriving) data, or what to do when a write has
completed. Raining Sockets has been tested
successfully with over 13,000 concurrent
connections.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-01-27 08:14
1.2pre3d

이 릴리스에는 하나의 연결에서 GET 요청) 및 nio 프레임 워크에 대한 영구적인 접속은, RFC 2616을 같은 당 (여러 개의 파이프 라이닝을 갖추고있습니다.
Tags: Major feature enhancements
This release features pipelining (multiple GET requests on
one connection) and persistent connections on the NIO
framework, as per RFC 2616.

2003-10-10 14:50
1.1.9

버그 NioSocket의 동일한 버전을 사용하여 proxyserver 및 서버 차단 해결되었습니다. 또한 코드를 정리합니다. 그것은 13000 개의 동시 연결을 성공적으로 테스트되었습니다.
Tags: Minor bugfixes
A bug was fixed that prevented ProxyServer and Server
from using the same version of NioSocket. There are also
code cleanups. It has been tested successfully with
13000 concurrent connections.

2003-10-08 12:10
1.1.8

이것은 하중을 모두 클라이언트와 서버 버전의 테스트입니다.
Tags: Minor feature enhancements
This is a load tested version of both the client and server.

2003-10-07 05:26
1.1.7

리눅스에서 파일의 수를 증가에 대한 파일이 포함되었습니다. 이후 지금은 무조건 채널 연결에 독서의 시간 NioSocket에서 터미네이터 처리 프록시 서버를 지금 실행합니다. 기타 사소한 변경 사항을 실행하는 두 서버의 상황에 거래되었다 접속 10,000 명 이상.
Tags: Minor feature enhancements
A file for increasing the number of files on Linux
was included. The Proxy Server now runs, since it
now unconditionally handles terminators in
NioSocket at the time of reading on a connect
channel. Other minor changes were made to deal
with the situation of running two servers with
more than 10K connections.

2003-10-03 23:13
1.1.2

로드 테스트 클라이언트와 간단한 서버 nio Framework의 확장이 추가되었습니다. 이것을 근거로, 코드 refactored되었고 청소.
Tags: Code cleanup
A load testing client and a simple server that extend the NIO Framework have been added. Based on this, the code was refactored and cleaned.

Project Resources