[jboss-user] [JBoss Seam] - SFSB and performance question
asookazian
do-not-reply at jboss.com
Tue Nov 13 13:09:03 EST 2007
According to the EJB3 in Action book, passivation/activation (which involves serialization/deserialization) requires a lot of memory and CPU cycles.
âwhen you store large objects in your instance variables, the server spends a lot of CPU cycles and memory in the serialization and deserialization process"
from pg. 487
seeing that Seam makes extensive use of SFSB's in the solutions for many conversationally scoped use cases, what is the recommendation for using "transient" keyword for instance variables to improve performance?
There is not one reference to the keyword "transient" in the Seam 2.0.0.GA reference pdf...
Haven't checked the distro example code.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104265#4104265
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104265
More information about the jboss-user
mailing list