Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Bodyaka |
This is might be a duplicate, but I couldn’t find any answer in the docs or here on the forum.
Consider the case when several clients are calling the sameremote
function in parallel (i.e. they are doing rpc
calls at a same time). How the server will handle this case? Will those RPC calls be processed in the order they are received on the server? Or they will be processed in parallel and additional locking is required?
Did you ever find an answer on this?
Dumuz | 2021-09-06 00:09