That makes sense.  Thanks!

Bob Ippolito wrote:
> On Dec 30, 2005, at 2:42 PM, Sean De La Torre wrote:
>
> > This may be a dumb question, but I'll ask anyway.  Why is it not
> > threadsafe?
>
> It's not threadsafe because the same widget instance is used across
> requests which means that all of its instance variables should be
> immutable, or that gratuitous locking and/or copying should be used
> so that a given thread has a consistent view of the instance.
> 
> -bob

Reply via email to