Re: Threading issues

2002-02-01 Thread Mister Hundy
Brian, Try to define all your variables as local to the methods in the action class. If you need to have instance variables be aware that they are shared among all the threads accessing the action. Hi there, I have not yet had to develop an application that had to deal with threading

RE: Threading issues

2002-01-31 Thread Afshartous, Nick
The golden rule is not to maintain any state in an Action instance variable. In other words Actions should not have any instance variables that are updated when perform is called. Nick -Original Message- From: Brian Holzer [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31,