Threadsafe Actions Screens etc

2000-10-19 Thread Andrew . Mason
Do Actions and Screens have to be threadsafe? Andrew To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.working-dogs.com/ Problems?: [EMAIL

Re: Threadsafe Actions Screens etc

2000-10-19 Thread Dave Bryson
On Thu, 19 Oct 2000, you wrote: Do Actions and Screens have to be threadsafe? Yes. Any code in a webapp should be thread safe. Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To

Re: Threadsafe Actions Screens etc

2000-10-19 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote: Do Actions and Screens have to be threadsafe? You can expect that there will be many people using the application simultaneously, so there is good chance that your screens/actions will execute concurrently. You should also think about situations when user has multiple

Re: Threadsafe Actions Screens etc

2000-10-19 Thread Jon Stevens
on 10/19/2000 5:50 AM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: Do Actions and Screens have to be threadsafe? Andrew As everyone already answered...yes, they need to be threadsafe. Let me add to that... You can think of Modules (Actions, Screens, Pages, Layouts, Navigations) as a