Replies: 1 comment
-
Good questions. These are answered in our "What is Bloop" page, see https://scalacenter.github.io/bloop/docs/what-is-bloop#the-goal-of-a-build-server. In short, bloop supports different, concurrent clients asking to run an application just fine, and the compilation (if there are things to compile) will only occur once and will be deduplicated for the rest of the clients. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A well prepared workspace with multiple projects. If the following command is typed mannually in a terminal, it is passed.
But what will happen if multiple run job submitted simultaneously by a program? Could they be locked by each other? Is bloop designed to be used in this way? Is Bloop an acctually a Job Scheduler too?
Beta Was this translation helpful? Give feedback.
All reactions