Skip to content

DM-55212: Add buffering to reduce server connections - #56

Closed
isullivan wants to merge 3 commits into
mainfrom
tickets/DM-55212
Closed

DM-55212: Add buffering to reduce server connections#56
isullivan wants to merge 3 commits into
mainfrom
tickets/DM-55212

Conversation

@isullivan

Copy link
Copy Markdown
Contributor

No description provided.

One HTTP request per dot() call floods the server when overlaying
catalogs in a loop.
Accumulate regions briefly and send them as a single batched request.
Re-running mtv on the same image or mask (e.g. to restretch or recolor)
re-uploaded multi-megabyte FITS each time. Reuse a recent identical
upload, keyed by content hash with a time and size bound.
Each displayed mask plane becomes its own Firefly overlay plot with its
own server requests and data fetches. Let users restrict mtv to a chosen
subset of planes to cut that traffic proportionally.
@isullivan isullivan closed this Jun 14, 2026
@isullivan

Copy link
Copy Markdown
Contributor Author

Closing this PR since the underlying problem will be addressed in firefly_client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant