On Fri, 19 May 2000, you wrote:
> I just realized that the context object could potentially be overwritten by
> another thread. We can't have it defined as a variable in the instance of
> WebMacroSiteScreen because that needs to be MT...
> 
> am i wrong here?

No. I believe you're right. If multiple screens extend
WebMacroSiteScreen ,and they don't actually do a 
WebContext cntx = getContext(data) ( instead they share the same
context  variable) then they're going to write all over each other.
Man, life is so easy when you're just writing apps on your standalone
machine.

Possible solution: Get and store the context in the TemplateInfo object
that lives in the RunData.  maybe?

  -- 
dave
[EMAIL PROTECTED]
----------------------
< your inspirational quote here > 


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to