Code Monkey home page Code Monkey logo

Comments (3)

d-markey avatar d-markey commented on August 27, 2024

Hello @nullrocket,

I'll try and work something out but I'd like to make this cross-platform. I'm not sure this would make sense for Isolates but I'd like to ensure Squadron provides features that work on all platforms.

from squadron.

nullrocket avatar nullrocket commented on August 27, 2024

Hi,
A few days after I submitted this issue I found I no longer needed it since recent updates to Safari eliminated the original reason for the workaround. Not to say that it wouldn't still be useful to have for other use cases, or if similar issues arise in the future.

The initial issue was a compound one specific to Safari.

  1. Safari would not correctly send SharedArrayBuffer over Message Ports, only directly using postMessage on the worker.
  2. Safari also wouldnt allow web workers to directly spawn children workers.

This combination of issues required an awkward orchestration of messages directly to the main thread to spawn children and bounce messages through the main thread, because of issue 1 above it couldn't be sent/bounced through Squadron because it needed to post directly to and from the worker, not a message port.

Spawning child workers wass fixed in Safari 16.4 and the other issue of sending SharedArrayBuffer correctly over message ports was fixed sometime in the 16 series releases, I'm not sure exactly which release.

I'm happy to pin support / compatibility for my own work to require Safari 16.4 in order to avoid the workarounds. So perhaps this issue is more of a feature request / nice to have than a need now.

from squadron.

d-markey avatar d-markey commented on August 27, 2024

Thanks for the detailed feedback. I've almost completed implementing this feature so it will ship anyway in the next release. Could prove useful to someone else after all!

from squadron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.