Reading the server mode part of the README I was left wondering what happens if multiple processes try to use the server at the same time. Will the requests be handled in parallel, or processed (randomly/orderly) sequentially, or does the client get error if server already busy?
Reading the server mode part of the README I was left wondering what happens if multiple processes try to use the server at the same time. Will the requests be handled in parallel, or processed (randomly/orderly) sequentially, or does the client get error if server already busy?