From: Bent A. S. <be...@us...> - 2004-09-16 12:16:06
|
Hi, 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? Best regards Bent |