Could meteor to push large amount same data to 1 million user in real time

361 views
Skip to first unread message

xyz

unread,
Nov 17, 2012, 3:50:47 AM11/17/12
to meteo...@googlegroups.com
Hi,

If the app want to push same large amount data to 1 million users in real time, is the Meteor the best choice?

Thanks,

Flavien Volken

unread,
Nov 17, 2012, 7:25:59 AM11/17/12
to meteo...@googlegroups.com
This is something I wonder too… I asked something similar on stackoverflow but my question is still not answered (17th november 2012)

Given the up votes and flagged "favorites" it seems that we are not the only ones to wonder about this.

Athiwat Chunlakhan

unread,
Nov 17, 2012, 3:56:21 PM11/17/12
to meteo...@googlegroups.com

Y.H. Chang

unread,
Nov 17, 2012, 4:25:57 PM11/17/12
to meteo...@googlegroups.com
Hi Athiwat,

Thanks for the info,
May I know the relationship between meteor and trello, I think they diff framework,...


--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/meteor-talk/-/nV_ipMgzlNcJ.

To post to this group, send email to meteo...@googlegroups.com.
To unsubscribe from this group, send email to meteor-talk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/meteor-talk?hl=en.

Y.H. Chang

unread,
Nov 17, 2012, 9:34:34 PM11/17/12
to meteo...@googlegroups.com
There are two big diff subjects in the push:
(1). push large amount data to 1 million users with 1 million diff data
(2). push large amount data to 1 million users with the same data.

The issues:
Cost of (1) and  (2) are same or diff?
How to take this advantage?





--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/meteor-talk/-/HI0XQAZhE9cJ.

Athiwat Chunlakhan

unread,
Nov 18, 2012, 6:41:21 AM11/18/12
to meteo...@googlegroups.com
Click on the link and you will know.

Anyways as the optimization that is coming soon is if two user are observing the same collection. Meteor will only query the database once for changes. https://trello.com/card/improve-server-side-performance-of-subscriptions/508721606e02bb9d570016ae/10

Y.H. Chang

unread,
Nov 18, 2012, 3:33:59 PM11/18/12
to meteo...@googlegroups.com
Hi Athiwat,

Thanks for the info,

This is in the database side cache,...

How about the communication between browser and server? If one wants push the same large data stream to 1 million clients, for example, real time stock ticker stream that already existing on lots of the real apps, if one would change to use the meteor what is the advantage and how much performance can improve,...

To view this discussion on the web visit https://groups.google.com/d/msg/meteor-talk/-/NiJQb1taJxcJ.

Kaoru Aoi

unread,
Nov 18, 2012, 11:10:13 PM11/18/12
to meteo...@googlegroups.com
You probably shouldn't use meteor. Meteor can probably do it but its primary use is for ease of deving realtime apps. If your concern is scale/perf then you should get closer the metal and use sockjs (which meteor uses).

matt debergalis

unread,
Dec 13, 2012, 2:39:18 PM12/13/12
to meteo...@googlegroups.com
I posted long-overdue answer with more details on how subscription
scaling works.

http://stackoverflow.com/questions/13113256/how-efficient-can-meteor-be-while-sharing-a-huge-collection-among-many-clients/13867122#13867122

On Sat, Nov 17, 2012 at 4:25 AM, Flavien Volken
<flavien...@gmail.com> wrote:
> --
> You received this message because you are subscribed to the Google Groups
> "meteor-talk" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/meteor-talk/-/HI0XQAZhE9cJ.

Baz

unread,
Dec 13, 2012, 9:12:53 PM12/13/12
to meteo...@googlegroups.com
wow, great answer

--



Reply all
Reply to author
Forward
0 new messages