|
|
|
|
|
by augustl
4708 days ago
|
|
How do you manage connections? Do you use keep-alive or not? If so, you have some sort of connection pool mechanism in order to be able to perform requests in parallel? These two problems is the main reason for why I switched to a MQ instead of using HTTP. (Hopefully I managed to not make this seem like flaming, I'm genuinely curious.) |
|
In other words, it can be considered a premature optimization