|
|
|
|
|
by sausheong
4351 days ago
|
|
Thanks for the suggestion, it's a good one. A few cases a message queue can be advantageous -- (1) persistence (2) a few responders can work on the same request in parallel (3) adding/removing responders dynamically according to the load. These are not common/generic use cases but would be useful under particular circumstances. * I could be wrong with (3) -- I'm not very experienced in reverse proxies. |
|
It wasn't quite dynamic (it required an engineer to set new values for how many workers you wanted..) but we could do this via a GUI.
For (1) what do you do with the persistence? A web request, in general, is not important after a few seconds.
For (2) how does Polyglot accept multiple responders for a single request, and how would it join the responses?