• SourceForge Logo
  • Java Logo
  • MySQL Logo
  • SourceForge Logo
  • 2009-08-02 23:16:00

    With Marauroa 3.0, the game engine now supports multithreading, and it is possible to run parallel transactions in different threads. JDBCDatabase has been split into several small *DAO (Data Access Object) classes. Low level database operations are now in the new package marauroa.server.db. These changes will require you to port any application using Marauroa, so for help on how to port your application see Refactoring Database Access in Marauroa. Additionally, we have begun work on supporting other database systems beside MySQL.

Read recent news items