[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Mysqlplus, a new thread aware MySQL driver for Ruby

Muhammad Ali

8/28/2008 11:04:00 AM

I am pleased to announce the availability of a new MySQL driver.
Mysqlplus. The driver builds on the original MySQL C extension but adds
two important features

1 - Asynchronous command processing support
2 - Threaded access support (a nice side effect of feature #1)

The driver was being developed as part of the <a
href="http://www.esp.../neverblock">NeverBlock... library but it
was spun off to live on its own so all Ruby (and Rails) developers can
try it out

Hopefully we will be able to integrate this with the original driver to
prevent fragmentation. For now you can install it from <a
href="http://github/espace/mysqlplus">githb</a>

The /test folder includes usage examples for threaded and evented
access.

Ruby applications need not block on MySQL anymore. Threads can be
scheduled while a MySQL connection is waiting for a response from the
server.

Read the announcement <a
href="http://www.esp.../neverblock/blog/2008/08/28/neverblock-mysql-support/">here...

regards,

Muhammad A. Ali
http://www.esp...
http://oldmoe.bl...
--
Posted via http://www.ruby-....