Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

224
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda