uyuni-project / poc-uyuni-api

[Proof-of-Concept] Uyuni API Gateway. Provide REST-like API over XML-RPC
MIT License
0 stars 1 forks source link

Make dispatcher concurrent #3

Open isbm opened 4 years ago

isbm commented 4 years ago

The dispatcher is not yet implemented as concurrent. In fact, concurrency was omitted from the spotlight on a purpose, because the main goal of this research at the beginning was to make reliable API work one-to-many and vice versa, while concurrency can be easily implemented later.

To improve this, dispatcher should use concurrency and channels instead. Shouldn't take much effort, actually.

@paususe @joesusecom