InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InstantDB: RmiJdbc source?


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.