Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Es gibt neue Klassen zum Parsen von XML, und eine Reihe von Unit-Tests. Die Klassen zum Parsen von XML sind noch nicht gut in StreamModule als Ganzes integriert. Sie werden, und die Schnittstellen zu den derzeit bestehenden Klassen sollten nicht allzu viel ändern. Die Unit-Tests sind noch nicht in den Aufbau, so dass sie eher kryptisch per Hand kompiliert werden müssen, ohne die Hilfe eines Makefile integriert.
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

Die Schnittstellen haben alles verändert und Code muss aktualisiert werden. Die Änderungen werden kleinere, aber sie benötigen immer noch eine Menge Code aktualisiert werden. Die LCORE und EHnet + +-Klassen wurden in ihren eigenen Namensraum verschoben. Einige kleinere Aufräumarbeiten wurden. Einige bisher fehlenden Klassen-Dokumentation wurde hinzugefügt. Diese Version ist nur dann gewährleistet, um mit gcc 3.2 funktionieren.
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

Eine teilweise Umstellung auf Namespaces zu verwenden, die Aufspannung UNIXpollManager und UNIXpollManagerImp zugunsten der UnixEventRegistry und UnixEventPoll (die Handhabung von Signalen zu vereinheitlichen und Dateideskriptor Event-Handling), die Entfernung von UNIXSignalHandler und UnixTimer weil UnixEventPoll ihrer Aufgaben und die Nutzung einer Umfrage Timeout Timer-Griffe und Umsetzung der Timer-Schnittstelle in UnixEventPoll (Diese Änderung führt dazu, Sie haben eine Menge Code zu aktualisieren).
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