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

Huge forward packet fan-out #148

Open
behrad opened this issue May 8, 2016 · 1 comment
Open

Huge forward packet fan-out #148

behrad opened this issue May 8, 2016 · 1 comment

Comments

@behrad
Copy link
Contributor

behrad commented May 8, 2016

It seems it can block the loop when sending wildcard messages to huge list of subscribers: https://github.com/mcollina/ascoltatori/blob/master/lib/trie_ascoltatore.js#L53-L55

I noticed usage of fastparallel in https://github.com/mcollina/mqemitter/blob/master/mqemitter.js, Can we improve here by asyncjs?

@mcollina
Copy link
Collaborator

mcollina commented May 8, 2016

Yes! Send a PR and I will inclde it in v3. For an async replacement, use
steed (it wraps fastparallel and others).
Il giorno dom 8 mag 2016 alle 09:27 Behrad [email protected] ha
scritto:

It seems it can block the loop when sending wildcard messages to huge list
of subscribers:
https://github.com/mcollina/ascoltatori/blob/master/lib/trie_ascoltatore.js#L53-L55

I noticed usage of fastparallel in
https://github.com/mcollina/mqemitter/blob/master/mqemitter.js, Can we
improve here by asyncjs?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#148

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