In my application context, I have set up some caches of global information loaded from the database and stored in lists and maps. Should I be synchronizing the creation and access to these collections through the use of the java Collections.synchronizedX methods and synchronized blocks when adding/removing from these caches?
Does the stripes dispatcher create new threads for each new request to an action? Chris ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
