Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Re-use a single powershell session rather than spawning new ones #19

Open
Tracked by #18
dylanratcliffe opened this issue Nov 15, 2021 · 0 comments
Open
Tracked by #18
Labels
enhancement New feature or request

Comments

@dylanratcliffe
Copy link
Member

dylanratcliffe commented Nov 15, 2021

Consider an approach that doesn't rely on creating a powershell process for every time the source is used. It should be possible to create the process once and run many commands within it. There is a lot of work required to do this (see ruby-pwsh as an example) so if I can find a Golang library that already handles it would be brilliant

@dylanratcliffe dylanratcliffe added the enhancement New feature or request label Nov 15, 2021
@dylanratcliffe dylanratcliffe changed the title Consider an approach that doesn't rely on creating a powershell process for every time the source is used. It should be possible to create the process once and run many commands within it. There is a lot of work required to do this (see ruby-pwsh as an example) so if I can find a Golang library that already handles it would be brilliant Re-use a single powershell session rather than spawning new ones Nov 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant