[MUD-Dev2] Persisting a MUD state with plain binary serialization
Tiago.matias@gmail.com
tiago.matias at gmail.com
Tue Feb 10 14:26:10 CET 2009
On 2009/02/07, at 18:04, "Jeffrey Kesselman" <jeffpk at gmail.com> wrote:
> On Thu, Feb 5, 2009 at 11:01 AM, Tiago <tiago.matias at gmail.com> wrote:
>>> Tiago wrote:
>>>
<snip>
>
> If you dont want to use a pre-built solution, have considered using a
> real RDBMS like mysql?
>
> Not that hard to use really (at least from Java thanks to JDBC) and
> very very flexible.
Perhaps... In reality it's all a matter of how much code you have to
write for data access/storage. Since I need all the objects in memory at
all times, xml,sql,binary will all do the trick.
Perhaps a sql database is the fastest way to implement what i need :)
Thanks !
More information about the mud-dev2-archive
mailing list