Has anyone implemented a read/write cache for use with OJB? This article goes over how to implement, and links to some code for ReadWriteLock (and ConcurrentHashMap): http://www.theserverside.com/resources/article.jsp?l=Readers-Writers
However, my real question is: would it be possible to implement such a cache for use with the J2EE version of OJB? Since you can't use threads or the threading API, it appears it would not. If that's the case, I supposed the read/write cache would only be able to run in the servlet layer? Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
