Greetings! I'm new to OJB. I have it up and running, but I have a few questions. I intend to use the ODMG API in my web applications. I've read through all the documentation I could find, but didn't find any clear answers or examples illustrating the following. I would appreciate any explanations.
Questions: Do I need to run OJB in Client-Server mode if it will be on one server in a single JVM in order to prevent threading issues? IF NO: What are the thread safety issues I should be aware of? Should I share a single open database among all operations (application scoped)? Is there a concept of "database pooling" with respect to the ODMG database instances? If two databases are opened using the same repository within the same JVM, are they distinct instances and, if so, do they share object instances? I have multiple web apps using the same data. Do I need to use Client-Server mode to maintain data integrity across all web apps? Any insights welcome. Thanks. Shannon Hardt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
