Re: [Sqlrelay-discussion] sqlrelay-0.37 is out
Brought to you by:
mused
|
From: Ady W. <ady...@re...> - 2006-02-24 15:31:43
|
SQLRelay is a great job Congratulation David :) I have a case when i have a heavy load on php page, PHP is able to handle it, but not MySQL.... 10000 php access could be feasible, but not MySQL :D when i found this tools.... i found a great database pooling engine :D Again congratulation Arnaud Connois wrote: > > David, > > I don't know which one of thoses enhancements get that result, but I > use now half the mysql db connexions with 0.37 than the ones I was > using with 0.37pre3. Client connexions are handled much much faster > now... wahooo... > > Congratulations... and thanks for the great work you do ;) > > Arnaud Connois > > > > David Muse wrote: > >> Hello All, >> >> SQL Relay version 0.37 is out! Check it out at >> http://sqlrelay.sourceforge.net >> >> Notable features of this release: >> 64/32bit host/clients can talk to each other now >> single-quotes and backslashes are escaped by db connections >> that use fake binds now >> removed lago support >> fixed lots of tcl bugs >> fixed lots of php and php pear db bugs >> supports postgresql 8 native binds >> binary data gets returned properly now >> max query/string/lob/clob sizes are configurable for now >> added a configurable idle client timeout >> initscript prefix is configurable now >> added "loadbalanced" connection parameter >> fixed a bug where bind cursors weren't getting cleaned up >> oracle 8's fetch-at-once, max select list size and >> max item buffer size are configurable now >> DB2 connections detect a downed database now and recover >> fixed a bug where DB2 update/delete with no affected rows >> was returning an error >> added nls_lang connect string option for oracle >> fixed utf8/clob related crash >> there are now string, integer, float, clob and blob output >> binds, and you can now use them with sybase without >> having to cast output bind values to strings >> and probably lots of other stuff... >> >>> From a development perspective, some of the C, C++ and Java api's use >> >> different datatypes than 0.36.4. So, some of your code that compiled >> before may require some modifications. The modifications stemmed from >> changes to support x86_64 platforms. I don't imagine they'll change >> again before 1.0. >> >> Give it a try, report any bugs you find. Woohoo! >> >> David Muse >> dav...@fi... >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through >> log files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >> _______________________________________________ >> Sqlrelay-discussion mailing list >> Sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion >> >> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > |