Hi! I just wanted to check if anyone has tried using the bah.database and some specific bah.db* together with threading?
In my game-server I'm just about to add some persistance and now that threads have arrived to BlitzMax I started thinking about having a fast non-blocking main-thread serviceing client-requests and then spawn threads from it when something needs to be persisted (i.e. updated in DB)
So to boil it down: Has anyone tried asynchronus updates (from several threads) in bah.database and especially bah.dbmysql or bah.postgresql?
In my game-server I'm just about to add some persistance and now that threads have arrived to BlitzMax I started thinking about having a fast non-blocking main-thread serviceing client-requests and then spawn threads from it when something needs to be persisted (i.e. updated in DB)
So to boil it down: Has anyone tried asynchronus updates (from several threads) in bah.database and especially bah.dbmysql or bah.postgresql?