Menu

radlib 2.2.2 (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.

2.2.2 07-14-2005
--------------------

1) Moved radlib to a BSD licensing model instead of GPL. Now radlib can be
incorporated in proprietary designs freely with no license obligations
other than inclusion of the BSD-style licensing notice found in the file
"COPYING". radlib is now completely free. Hopefully SourceForge will allow
me to change the project name to "radlib" from "radlib-gpl" soon...

2) Updated the radlib API Reference to include recent additions of PostgreSQL
support and the TCP socket API.

3) Changed the radSocketClientCreate function to explicitly set non-blocking
IO during connects so the connect can be timed out properly. The socket
is set back to blocking mode (the default) after the connection succeeds.

Posted by Mark Teel 2005-07-15

Log in to post a comment.