From: Andy P. <an...@il...> - 2004-09-16 12:30:18
|
> I'm using the Hibernate backend in a web application and keep getting > error messages when several users are accessing the application > simultaneously. I'm using one shared TopicMap object for the entire > application. I'm worried about thread safetly of the TopicMap object. > Should I use one TopicMap object per request/thread? Yes. Take a look at http://www.hibernate.org/43.html if you haven't already. Andy. |