|
|
|
|
|
by UK-AL
3315 days ago
|
|
Asynchronously dropping something on to a queue, possibly leaves the queue client implementation as the suspect slowing node down. But assuming that dropping something on to a queue is incredibly fast. Switching how you serve your http requests can increase performance by some multiples because it would be the largest constant in time taken assuming a very fast queue drop. Although I agree, if your at that point your probably serving all your requests fine anyway. |
|