sessionManager has no instance variables. Any validating function will need only a session object,and perhaps some other arguments.
So there is no need for multithreading consideration? Then i must assume that the following statements are true.Please correct me... Each time a validating function is invoked, what is really invoked is a copy of that function.The arguments do not conflict with each other. The only case that a copy will not be created, is when the function is declared static. There is no need to make these functions static or use synchronized. Well i ll do some experimenting and maybe post my results. Thank you ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
