Skip to content

Support for asynchronous requests #1079

Closed
@stevecj

Description

@stevecj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions