Eric
> Where can you get the source for RmiJdbc. All I've been able to find is
the
> jar file
The download at
http://www.objectweb.org/RmiJdbc/rmijdbcDownload.htm
contains the source as well as the runtime. You've probably already got it
and just don't realise.
> Is there any future plans for InstantDB to become thread safe?
> I know we can use RmiJdbc so we can have multiple vm open but
> Just wondering if InstantDB has any future plans to support multiple
> connnection
> at the same time.
>
InstantDB is thread safe and supports multiple simultaneous connections. You
can even have multiple JVMs access the database, but only if they are all
readonly. If you have any writers then that means there is in memory unsaved
meta-data. As there is currently no way in java to share memory between JVMs
it would be extremely hard (and slow) to communicate meta-data changes
between JVMs. Until such a facility exists it will be impractical to have
multiple JVMs writing to a single database. So bottom line is, no, there are
no plans to support this.
BTW - thanks for the policy file example. That'll be useful for others.
Regards
Peter Hearty
Lutris Technologies (UK)
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|