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

Add parallel compilation of programs sent by the client #10

Open
Tsygankov-Slava opened this issue Jun 14, 2023 · 0 comments
Open

Add parallel compilation of programs sent by the client #10

Tsygankov-Slava opened this issue Jun 14, 2023 · 0 comments
Labels
enhancement New feature or request for beta version This issue or pull request that needs to be made for the beta version

Comments

@Tsygankov-Slava
Copy link
Owner

Current behavior:

If first client sends code A, which runs ~5000ms, and the second client sends code B, which runs ~100ms, then a queue is formed and the second client will receive it's output only after executing code A, that is after ~5100ms.

Expected behavior:

If first client sends code A, which runs ~5000ms, and the second client sends code B, which runs ~100ms, then the requests should be parallelized and the first client should receive a response in ~5000ms, and the second in ~100ms.

@Tsygankov-Slava Tsygankov-Slava added enhancement New feature or request for beta version This issue or pull request that needs to be made for the beta version labels Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request for beta version This issue or pull request that needs to be made for the beta version
Projects
None yet
Development

No branches or pull requests

1 participant