yeah i know what you meant with teh concurrent users. our app will be spanned over multiple application servers to load balance the front end. ultimatly i think pushing the data would be messier then using DB connection session or using an In-Memory session dump.
using concurrentHashMap within multiple application on one JVM would be easier, but like i said we will be transitioning into multiple applications server by 2007. So we would need to set up Java RMI in order to make the concurrentHashMap work between remote application servers. This seems more complex to manage the servelt paths then connection path to a DB. -------------------- m2f -------------------- Sent from www.TapestryForums.com Read this topic online here: <<topic_link>> http://www.tapestryforums.com/viewtopic.php?p=11025#11025 -------------------- m2f --------------------
