From: <aco...@jb...> - 2005-07-27 23:31:03
|
Very helpful good points. keep it coming! For NOOP/Check, I'd like to use NIO and make hte connection go on a NOOP/Check pool. The tomcat guys did this with native stuff for keep alive with nice results! The latter point I'm less sure of. Its a matter of transacitonal integrity. I'm not sure I like the volatile integrity this implies... My thought is that the Hibernate implemenation will be the default. We'll use versioning and optimistic locking...something goes awry the latter user gets an exception "no sucka you can't" or the IMAP equiv and his DB session is essentially reloaded or something. I'm not sure a notification scheme is safe or necessary or even permissible by IMAP (though I could be wrong). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886947#3886947 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886947 |