Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

what about mosca's performance? #119

Closed
tennessine opened this issue Apr 16, 2014 · 3 comments
Closed

what about mosca's performance? #119

tennessine opened this issue Apr 16, 2014 · 3 comments

Comments

@tennessine
Copy link

how many connections can it hold.

@mcollina
Copy link
Collaborator

It basically depends on the RAM. On an AWS large instance it can reach 10k
concurrent connections, with roughly 10k messages/second.

I did this testing some time ago, so these figures might have changed.

Matteo

@tennessine
Copy link
Author

can it deal with offline message ? I mean pub users published message when sub users do not online.how to deal with that

@mcollina
Copy link
Collaborator

the performance of offline messaging mainly depends on the used database. With LevelDB there is almost no performance overhead.

Have a look at: http://mcollina.github.io/mqtt_and_nodejs/#14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants