Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MSBuild Server] Able to start MSBuild node as Server #6424

Closed
rokonec opened this issue May 7, 2021 · 1 comment
Closed

[MSBuild Server] Able to start MSBuild node as Server #6424

rokonec opened this issue May 7, 2021 · 1 comment
Assignees
Labels
performance Performance-Scenario-Build This issue affects build performance. triaged
Milestone

Comments

@rokonec
Copy link
Member

rokonec commented May 7, 2021

By specifying particular arguments, start MSBuild Server as persistent process which is reachable by named pipe connection.

Work breakdown:

  • new nodemode 8
  • compute 'named pipe' name from the current handshake context
  • listen on 'named pipe' name
  • use same handshake like reusable nodes
  • stop process after 15 minutes TTL (same like other reusable nodes)
  • introduce ETL events to trace and measure perf of above
@rokonec rokonec added performance Performance-Scenario-Build This issue affects build performance. labels May 7, 2021
@rokonec rokonec self-assigned this May 7, 2021
@rokonec rokonec mentioned this issue May 7, 2021
7 tasks
@rokonec
Copy link
Member Author

rokonec commented Jun 21, 2021

Implemented and parked into https://github.com/dotnet/msbuild/tree/feature/msbuild-server-v2--parked

Work left:

  • unit tests
  • cleaning and minor refactoring

@rokonec rokonec closed this as completed Jun 21, 2021
@ladipro ladipro added this to the VS 17.0 milestone Dec 8, 2021
@AR-May AR-May added the triaged label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance-Scenario-Build This issue affects build performance. triaged
Projects
None yet
Development

No branches or pull requests

3 participants