Skip to content

Activate faster when there are many workspace servers - #416

Open
isc-bsaviano wants to merge 3 commits into
masterfrom
faster-activate
Open

Activate faster when there are many workspace servers#416
isc-bsaviano wants to merge 3 commits into
masterfrom
faster-activate

Conversation

@isc-bsaviano

@isc-bsaviano isc-bsaviano commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Fixes issue reported in intersystems-community/vscode-objectscript#1832 (comment).

TODO:

  • Dedupe by server before warmup: We run a big multi-root workspace (lots of folders, only a couple of actual IRIS connections). ObjectScript already dedupes by server name before connecting; LS still walks every folder sequentially.
  • Parallel HEAD for unique servers: If warmup stays, Promise.allSettled over deduped servers could be nicer than serial await in the loop.

@isc-bsaviano
isc-bsaviano marked this pull request as draft August 26, 2026 17:37
@isc-bsaviano
isc-bsaviano marked this pull request as ready for review August 31, 2026 18:37
@isc-bsaviano
isc-bsaviano requested a review from isc-klu August 31, 2026 18:37
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.

2 participants