protosquared is a "data server prototype". You can supply a rule set by which incoming requests are handled. It will support several data sources, such as XML files and SQL databases. It is aimed at being highly configurable.
| Tags | Information Management Database Software Development Internet Networking Text Processing Markup XML |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C++ C |
Recent releases


Changes: This version is considered to be the first beta release. The XML plugin works well at the moment, and the work on the database plugin has started in CVS. The changes since the last release are just minor code cleanups.


Changes: XML schemas for Relax NG were ditched, which speeded things up in evaluate_node(). The code was cleaned up. Server startup is denied after faulty action generation. ConfigFile handling was simplified, and a bug occurring with multiple datasources was fixed. A bug in insert() was fixed.


Changes: This version fixes a stupid bug in XML update() which caused a segfault, and includes a massive code cleanup.


Changes: libpopt is now used instead of gengetopt, and libwvstreams4 is used instead of libcapsinetwork.


Changes: This release implements "simulate only", so you don't screw up data when testing your configuration.