Download List

專案描述

The SQLB (SQL Load Balancer) project is used to improve SQL requests to a database. It provides programs that have permanent connections to a DB, a program that checks the integrity of transactions, and a library to link with programs that need to make SQL queries. SQLB supports Oracle8i, MySQL, and PostgreSQL.

System Requirements

System requirement is not defined
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-09-09 17:22
2.4.8

The database detection was improved with more
options in configure script. A problem which
occurred when using --prefix to install sqlb
elsewhere than in the default /usr/local was
fixed.
標籤: Major bugfixes

2002-12-11 18:20
2.4.7

The query log now displays the correct execution time. When an SQL query returns an error, the error message is now displayed in the error log. The "sqlb start" command is now more reliable and always runs sqlb as the "sqlb" user, even when launched by root. An init script has been added to the package. The configure script now correctly detects MySQL and readline. Now you can define the number of database connection you want per connection pool. The licencing policy have been clarified. The code was updated to support latest version of libsqlora.
標籤: Major feature enhancements

2002-04-17 12:51
2.4.6

Fixed the bug in the client library that caused weird behavior in the Perl module.
標籤: Minor bugfixes

2002-01-06 08:57
2.4.5

MySQL insert queries now return auto_increment values when used. A timeout problem in Oracle caused by a problem with bound variables was fixed.
標籤: Minor bugfixes

2001-07-17 15:48
2.4.3

Fixed a bug that sent bad results for queries with resultset size greater than 93Ko. Added a shell script that allows you to refresh all the db connection of sqlbqueries manually, called sqlb_reconnect_all.sh. Some other bug fixes made.
標籤: Major bugfixes

Project Resources