Antony
2018-03-11 21:49:58 UTC
I'm developing a quite complex webapp and I'm using a couple WebWorkers to
compute heavy stuff in parallel.
All these workers are sharing data with few SharedArrayBuffers. The shared
data are pretty big in size (>100MB) and the workers needs a synchronous
way to access it. I guess this is the most common use case when using
WebWorkers :).
Bad luck, all browsers removed the SharedArrayBuffer because of the
security issues, but the Chrome team mentioned that "this is intended as a
temporary measure until other mitigations are in place"
(https://www.chromium.org/Home/chromium-security/ssca).
Unfortunatly, *I don't find any info regarding the return of the
SharedArrayBuffer, does someone have some info?* is it a matter of weeks,
months...? I can't release my app for now :/
I'm suprised because webworkers are useless without SAB. Maybe there is a
workaround I don't know about?
Thanks guys!!
Antony
compute heavy stuff in parallel.
All these workers are sharing data with few SharedArrayBuffers. The shared
data are pretty big in size (>100MB) and the workers needs a synchronous
way to access it. I guess this is the most common use case when using
WebWorkers :).
Bad luck, all browsers removed the SharedArrayBuffer because of the
security issues, but the Chrome team mentioned that "this is intended as a
temporary measure until other mitigations are in place"
(https://www.chromium.org/Home/chromium-security/ssca).
Unfortunatly, *I don't find any info regarding the return of the
SharedArrayBuffer, does someone have some info?* is it a matter of weeks,
months...? I can't release my app for now :/
I'm suprised because webworkers are useless without SAB. Maybe there is a
workaround I don't know about?
Thanks guys!!
Antony
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.