rucio / webui

RucioWebUI (v2.0)
Apache License 2.0
4 stars 14 forks source link

Experiment: useSocket hook to replace useComDOM hook #358

Closed maany closed 1 month ago

maany commented 11 months ago

Description

The current bottleneck in the streaming pipeline comes from the background thread syncing with TanStack query. We could get rid of the background thread for fetching data in batches for TanStack query with a socket.io client querying NextJS endpoint that serve from a Socket.io server.

We would have to figure out how to share the HTTP session between the NextJS server and the socket.io server

Motivation

No response

Change

No response

Additional Information