I have created several REST web API methods that will be called by portable / Windows CE clients. Thus, the server can be hit by several (well, it will be more like a question of how many) requests at the same time.
Do REST methods help automatically about this, or do I need to explicitly add stream code so that one client request does not interfere with another?
source
share