This past weekend I made a 0.1 release of ADBCJ, my asynchronous database driver framework. I also wrote a brief tutorial on how to use ADBCJ. This release is primarily for testing and feedback on the API. The MINA based MySQL and Postgresql drivers are working well, although they only support int and varchar data types. I still need to work on some performance tweaking, adding support for pipelining, and adding connection pooling support. That will all be included in a 0.2 release which I hope to get out late February or early March.
Once the 0.2 release is finished, I will be spending most of my time doing performance testing and writing about the results for my thesis.
One Response
Mattias
March 1st, 2008 at 5:46 am
1This is very interesting. We are developing an online card game (not poker). The current game server was developed in late 2004 and improved several times. Now, we are developing the next version using MINA for the client-server connections. The server uses MySQL to store data. The next step is to rewrite the database connection layer. We will test ADBCJ and evaluate it in the near future.
The project is non-commersial and there are about 800 daily unique players, mostly from Finland.
RSS feed for comments on this post · TrackBack URI
Leave a reply