The following is still a question in my mind: Why the objects are converted on each set, and reverted on each get? Is this really required?
Even if you do not have complex objects, if the number of the objects in the context and the number of access' to them increase, the performance will decrease. For example if you have 50 simple objects in your context, and 20 nodes in your process -that needs to read and update the context- then you have to 20 * 50 = 1000 convertion and 1000 revertion. Do we really have to go through this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911102#3911102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911102 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user