Object database for website
Posted
by Damian
on Stack Overflow
See other posts from Stack Overflow
or by Damian
Published on 2010-04-01T18:29:23Z
Indexed on
2010/04/01
18:33 UTC
Read the original article
Hit count: 479
I was planning to use db4o for a website. It's a microblog site with small posts and comments developed in java.
The thing is I contacted db4o support asking if db4o would be suitable for a website, and they answered me that only for websites with low concurrency. That means with few requests?
So, now I think db4o will not be a good choice.
Do you know if there is any object database for java suitable for a website?
© Stack Overflow or respective owner