Menu

radlib 2.3.0 (Rapid Application Dev Library) Released

radlib is a rapid application development library for unix multi-process applications. It uses SYS V IPC facilities and FIFOs to provide an RTOS-like, event-driven, distributed framework. Processes may be run as daemons or have a controlling terminal. MySQL and PostgreSQL APIs. Stream and Datagram socket APIs.

2.3.0 10-11-2005
--------------------

1) Added UDP datagram socket support including broadcast and multicast.
See radUDPsocket.h for details. Added documentation in the API reference.

2) Added the "raddebug" CLI utility to attach to a running radlib system and
dump buffer and semaphore usage information. Found in the debug directory
of the distro, just execute make then run the executable "raddebug" on
the radlib system via "./raddebug [radlib_system_id]".

3) Cleaned up radBuffersDebug output some for use by the raddebug process.

4) Changed radSystemInit so the system up time isn't reset every time a new
process attaches to it.

Posted by Mark Teel 2005-10-12

Log in to post a comment.