websocket - How to do load testing on long polling? -


i'm trying figure out how load testing on long polling or web socket type of architecture. need setup multiple clients subscribe channels on 1 side , wait responses. load testing should measure time took messages publishing server reach clients.

any ideas?

as said here,

signalr uses particular protocol communicate it's best use our tool generate load testing server(s).

so, signalr comes crank. crank can connect persistentconnection based apps , not hub based app.

this answer hub based app.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -