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

Need for separate R processes #711

Open
mayank-procogia opened this issue Dec 1, 2023 · 1 comment
Open

Need for separate R processes #711

mayank-procogia opened this issue Dec 1, 2023 · 1 comment

Comments

@mayank-procogia
Copy link

Bulk or time-consuming operations, such as uploading packages, rendering batch reports, and downloading (possibly Package Explorer too), can cause the current R process to become blocked, rendering the app unresponsive. This can be particularly inconvenient for concurrent users attempting to use the app simultaneously.

Utilizing separate R processes can alleviate this issue by freeing up the base R message and ensuring a more responsive app.

@aclark02-arcus
Copy link
Collaborator

rendering batch reports

This is completed via #731.

Still need to implement for uploading packages

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

No branches or pull requests

2 participants