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

[RAR as Service] Node startup - 2. #6103

Closed
AR-May opened this issue Feb 1, 2021 · 1 comment
Closed

[RAR as Service] Node startup - 2. #6103

AR-May opened this issue Feb 1, 2021 · 1 comment
Assignees
Milestone

Comments

@AR-May
Copy link
Member

AR-May commented Feb 1, 2021

This issue tracks part of issue #3139 (RAR as service).
The target of this issue is to deliver an option and functionality to start a node that can act as a RAR node.

This is the second attempt to deliver this functionality (previous attempt: issue #5555). The previous work (PR #5613) was reverted because of the use of StreamJsonRPC. We have decided to keep using the existing serialization technology based on BinaryFormatter. BinaryFormatter will be replaced in all of MSBuild IPC later. We will reuse the previous work and remove the usage of StreamJsonRPC in favor of BinaryFormatter.

@AR-May AR-May added needs-triage Have yet to determine what bucket this goes in. performance and removed needs-triage Have yet to determine what bucket this goes in. labels Feb 1, 2021
@AR-May AR-May self-assigned this Feb 1, 2021
@AR-May
Copy link
Member Author

AR-May commented Mar 3, 2021

RAR was designed. RAR Node will adopt existing MSBuild infrastructure code, NodeProviderOutOfProcTaskHost and related, used for invoking tasks out of process.

@AR-May AR-May closed this as completed Mar 3, 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
Projects
None yet
Development

No branches or pull requests

2 participants