>>> Ben Zu <[EMAIL PROTECTED]> 24-May-00 6:47:50 PM >>>

>here is the service function code.
>It first check session, if no user information, the ask user
>to input and then save to session.
>else it'll go to a function based on user request, then
>generate a report using user information.

>I don't know if I should not use synchronized.

You SHOULD NOT use synchronized.

If you do it breaks the ability of the engine to serve more than one
request at once.



Nic Ferrier

___________________________________________________________________________
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

Reply via email to