Download List

프로젝트 설명

The StreamModule system is a result of several different ideas about how distributed (especially widely distributed) systems should function. Instead of attempt ing to hide asynchronous behavior behind a synchronous facade, it attempts to make it easier to write programs that deal with asynchronous behavior. It achieves this using event-driven programming combined with a pipeline-like architecture.

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.

2003-01-29 23:10
0.5.0

XML 구문 분석을위한에는 새로운 클래스 단위 테스트를 잔뜩. XML 구문 분석에 대한 수업은 아직 잘 StreamModule로 전체로 통합되지 않습니다. 그들은, 그리고 현존하는 모든 클래스별로 변경해서는 안됩니다 인터페이스가 될 것입니다. 유닛 테스트를 아직은, 그래서 그들은 오히려 cryptically 손으로 컴파일해야, makefile을의 도움없이도 빌드에 통합되지 않습니다.
Tags: Minor feature enhancements
There new classes for parsing XML, and a bunch of unit tests. The classes for parsing XML aren't yet well integrated into StreamModule as a whole. They will be, and the interfaces to the currently existing classes shouldn't change all that much. The unit tests are not yet integrated into the build, so they have to be rather cryptically compiled by hand, without the aid of a makefile.

2002-09-11 19:08
0.4.0

인터페이스는 모든 변경된 코드를 업데이 트해야합니다. 변경 사소한 것들,하지만 그들은 여전히 코드를 많이 필요로 업데이 트됩니다. LCore 및 EHnet + + 클래스들은 자신의 네임 스페이스로 이동되었습니다. 몇 가지 사소한 코드 정리되었다. 일부는 이전에 누락된 클래스를 문서에 추가되었습니다. 이 버전은 gcc가 3.2와 함께 작동하도록 보장합니다.
Tags: Code cleanup
The interfaces have all changed and code needs to be updated. The changes are
minor ones, but they still require a lot of code to be updated. The LCore and
EHnet++ classes have been moved into their own namespaces. Some minor code
cleanups were made. Some previously missing class documentation was added. This
version is only guaranteed to work with gcc 3.2.

2002-03-27 22:14
0.3.0

UnixEventPoll 있기 때문에 그들의 기능, 그리고 여론 조사의 사용 시간 제한 타이머를 기반으로 처리하는 부분 변환 UnixEventRegistry 및 UnixEventPoll 찬성 UNIXpollManager 및 UNIXpollManagerImp 푸훗, (어떤 신호를 처리하는 통합 및 이벤트 처리 설명자 파일) UNIXSignalHandler 및 UnixTimer 제거 네임 스페이스를 사용하여 UnixEventPoll에서 타이머 인터페이스의 구현 (이렇게 변경하면 코드를 많이 업데이 트해야합니다)가 발생할 것입니다.
Tags: Initial freshmeat announcement
A partial conversion to use namespaces, chucking the UNIXpollManager and UNIXpollManagerImp in favor of UnixEventRegistry and UnixEventPoll (which unify signal handling and file descriptor event handling), removal of UNIXSignalHandler and UnixTimer because UnixEventPoll handles their functions, and use of a poll timeout-based timer and implementation of the Timer interface in UnixEventPoll (this change will cause you to have to update a lot of code).

Project Resources