Download List

프로젝트 설명

RMIIO is a library that makes it as simple as possible to stream large amounts of data using the RMI framework (or any RPC framework). The RMI framework makes it very easy to implement remote communication between Java programs, yet does not provide any ready solutions for sending large files without blowing out memory on the client or server. What you really want to do is stream data from the client to the server using a framework that does not really expose streaming. The RMIIO library provides some very powerful classes that enable a client to stream data to the server using only a few extra lines of code.

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.

2008-02-14 07:33 Back to release list
2.0.1

RemoteStreamServer Serializable 구현을 자동으로 개체를 내보내기 및 원격 스텁을 구현함으로써 writeReplace 반환되었다. DirectRemoteInputStream 특정 문제가 시나리오를 다루는 마지막 도랑을 대안으로 추가되었습니다. DefaultRemoteStreamExporter에 대한 업주의 기본 포트는 현재 시스템 속성을 통해 구성할 수있습니다. RemoteIteratorServer하여 해당 지역의 자원을 닫으면 덜 놀라움을하는 경향이 만들어졌습니다.
Tags: Minor feature enhancements
RemoteStreamServer implementations were made Serializable by implementing writeReplace to automatically export the object and return the remote stub. DirectRemoteInputStream was added as a last-ditch alternative for dealing with certain problematic scenarios. Te default port for the DefaultRemoteStreamExporter can now be configured via a system property. Closing of local resources by a RemoteIteratorServer was made less prone to surprises.

Project Resources