> Hi all.
> 
> To tell the truth, I have not really understood
> the architecture of the thread model that Curl runtime
> controls applets within itself.
> 
> I have thoutht that once applets are loaded to the runtime
> the runtime makes additional threads for new applets,
> then controls them.
> 
> Is that right?

Yes, each applet runs in a new thread.  (All of the applets for
a particular version run in the same host process.)

> If so, what happens when an applet has another applet within it
> using AppletData and AppletGraphic ?
> Does the both applets runs separatelly like a multithread application?

Yes, each sub-applet runs in it's own thread.

There are occasions like compiling when only one thread at a time
can do a particular activity.

William Bardwell
[EMAIL PROTECTED]

*******************************************
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]

Reply via email to