On 21 Mai, 12:31, Anton Muhin <
ant...@google.com> wrote:
> Jako,
>
> may you go into more details about what you expect?
>
> yours,
> anton.
>
>
>
>
>
>
>
> On Sun, May 20, 2012 at 1:01 AM, jako <
p4j...@googlemail.com> wrote:
> > I played around quite some time now with isolates and webworker in
> > dart and Im not shure where this all is going.
> > On one side we can spawn dom isolates from an url, which are like
> > workers in an Iframe which is fine.
>
> > On the other hand we can spawn isolates from a function, you can send
> > objects directly to them (its buggy at the moment but already filed a
> > bug)
> >
http://www.dartlang.org/docs/library-tour/#sending-any-type-of-object
> > ... but they dont have access to the dom.
> > Thats a bit puzzling and I tell you why... so isolates are not like
> > workers they are light and they could run on the same process, but
> > they also could run on their own process like a worker.
>
> > So because it is possible that they run like workers, they dont have
> > access to the dom.. right? Then tell me why they dont have access to
> > the dom functions they could access, either as worker or if they run
> > on the dom process?