You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way for a single client to make multiple, overlapping requests like what a JavaScript client would be likely to do.
It would be nice if Locust could take advantage of some sort of cooperative multitasking (e.g. Twisted) to allow a client to start multiple requests at nearly the same time and to handle responses in the order in which they are received (callbacks, Promises, or whatever).
I realize this is by no means a small request, and I will certainly understand if this is simply not going to happen. I thought I should ask regardless though.
The text was updated successfully, but these errors were encountered:
Perhaps, I'm not thinking cleverly enough, but I'm not sure that Locust, in its current form, can handle an asynchronous request model. A single client could have multiple overlapping chains of tasks, each waiting on a pending request.
There is no way for a single client to make multiple, overlapping requests like what a JavaScript client would be likely to do.
It would be nice if Locust could take advantage of some sort of cooperative multitasking (e.g. Twisted) to allow a client to start multiple requests at nearly the same time and to handle responses in the order in which they are received (callbacks, Promises, or whatever).
I realize this is by no means a small request, and I will certainly understand if this is simply not going to happen. I thought I should ask regardless though.
The text was updated successfully, but these errors were encountered: