Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

213
Views
Are Web Workers good for parallel stream calls from server(lots of data)?

Are Web Workers good for parallel stream calls from server(lots of data)? (I use GRPC for interacting with backend)

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

Well, web workers are great but they are intented to be used for computational expensive tasks which are CPU bound, because tasks like those are the ones that can block your UI thread and ruin UX by freezing application completely until CPU bound tasks are not being resolved.

On the other side, I/O operations handled by javascript async execution are concurrent and by the nature of Event Loop they will not block UI thread because once call is stared it will be immediately offloaded from UI thread, until resolved, and like that async call will never be blocking for application UI - meaning there is really no any significant benefit if you decide to move async execution to dedicated worker thread via web workers in javascript.

about 4 years ago · Santiago Gelvez Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!