> From: daniel steel [mailto:[email protected]] > Subject: Standard Manager and concurrent hashmap > > how does tomcat use standard manager / concurrent hahsmap?
There are no references to ConcurrentHashMap in StandardManager. (Yes, you are being graded on proper case and spelling.) The StandardSession class does use a ConcurrentHashMap to store attributes that *your* applications keep in sessions. If you want to use less of the heap, don't set as many attributes. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
