Saturday, May 29, 2010

Re: HTML5 Worker

The spec is at http://www.whatwg.org/specs/web-workers/current-work/

It includes an example/tutorial section as well as an excellently
understandable spec.

~Joe

On Sat, May 29, 2010 at 11:41 AM, Deepak Bammi <deepak.bammi@gmail.com> wrote:
> Please provide more info for "Worker" or just share your knowledge.
> Thanks,
> Dev
> On Sun, May 23, 2010 at 1:05 AM, Thomas Broyer <t.broyer@gmail.com> wrote:
>>
>>
>> On 22 mai, 19:14, Stefan Bachert <stefanbach...@yahoo.de> wrote:
>> > Hi,
>> >
>> > I just read something about HTML5 feature.
>> > One is "Worker".
>> > Does this mean that in future we need to take care about concurrency
>> > in GWT?
>>
>> No. Web Workers don't share memory, they communicate through messages.
>> JavaScript is inherently single-threaded and that won't change anytime
>> soon.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment