Background: I need to write a REST api wrapper for a 3rd party client dll. However, they're saying that the dlls are not thread safe and we should make sure that our REST api only process one request at a time.
Question: How should we do it? It's my first time dealing with this kind of scenario so I'm currently exploring how possible this is.