I've been plumbing around the list archives for a while, but they're something of a jumble (thanks, Sourceforge!), so I figured I'd open a new thread to ask:
What level of read concurrency does jdbm support? What seems clear is that, to be safe, there should only be one thread writing to a jdbm database (although it appears that it is possible for multiple threads to participate in a transaction, I'm perfectly fine with serializing all write access). However, I came across at least a number of comments that lead me to believe that concurrent reads are unsafe as well, although they're all from pre-history (e.g. 2001). Thanks, - Chas ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Jdbm-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdbm-general
