It seems like different servlet containers vary in how they approach access to classes that implement SingleThreadModel. When multiple threads want to access the class, some servlet containers will create multiple instances of the class while others queue the threads for exclusive access to a single instance of the class.
Which approach does Tomcat take? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
