Browse: Home / distributed
By spiros on February 21, 2006
If you are interested in distributed transactions checkout the talk Demystifying Java Technology Transaction Processing by Jon Maron, Mark Little and Greg Pavlik. The talk was given at JavaOne 2004 and it available online for the Sun Developer Network members (you can be a member with a free registration). Mike Spille has also written a [...]
Posted in Java | Tagged Databases, distributed, mysql, transactions
By spiros on February 21, 2006
The federated storage engine in MySQL is a storage engine that allows you to link multiple database tables, that exists in different instances of the database server, into logical databases. The federated storage engine was added to MySQL at version 5.0 and allows us to do various cool things like synchronous replication (using federated tables [...]
Posted in Databases | Tagged distributed, mysql
By spiros on September 14, 2005
IBM developerWorks has a very good introductory hands-on tutorial on GRID computing and the Globus toolkit. The title of the tutorial is “Grid-enable an existing Java technology application” and it is written by Nicholas Chase. It is nice to see a tutorial on GRID computing that actually tells you how to implement something…
Posted in Java | Tagged distributed, web services