Does a Firefox Workers limit exist?

后端 未结 4 1896
遇见更好的自我
遇见更好的自我 2020-12-18 04:47

Im trying to create web Workers and post messages to them in cycle:

array.forEach(function (data) {
        this.createWorker();
        this.workers[this.wo         


        
4条回答
  •  心在旅途
    2020-12-18 05:37

    I also played around with workers and tried to find an optimum for my case (encryption of strings). It was 8 too.

    Similar question and discussion: Number of Web Workers Limit

提交回复
热议问题