7 projects tagged "LGPL"
NetOculus is a network monitoring system that provides all the functions of the well-known monitoring system MRTG. It also has a number of its own benefits. It can automatically monitor any kind of detectable alteration in a computer network (and in relatively separated network areas). It can efficiently notify staff about hardware state changes. Analytical information is aggregated. Specific pieces of hardware are associated with the staff members who responsible for them. The solutions for solved problems are reported to the staff for further use.
PL/FLOW is a workflow engine for Oracle9i written in PL/SQL. It is fast and it can run in a replicated environment with multiple master databases. The naming, process definition, and API are inspired by interface 1 and 2 as published by the WfMC. The ERD design was made using Designer 9i. PL/FLOW is lightweight because Oracle database functionality is used for storage, indexing, and logic. Workflow transactions typically take 5-10 milliseconds to complete.
XMLDB uses an RDBMS to persist arbitrary XML documents. Due to its storage mechanism, searching for and recalling documents is extremely quick. You can also perform XSL translation on documents with surprising speed. The library can be used in any program to store libxml2 documents. A PHP module is also included, making XMLDB into a complete three-tier Web application development suite.
ora_mail is a tool for those of us who do not want to enable JServer for one reason or another. It is implemented as an external procedure that reads message data from CLOBS and passes it to and external program, such as qmail-inject or sendmail. There is also PL/SQL package that wraps arround this procedure to ease message creation.