Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Genki Takiuchi
RE: limit on Meteor.shoot? [ reply ]  
2008-01-22 07:50
Here is a slide mentioning about the architecture of ShootingStar.

http://blog.s21g.com/articles/134

This is written in Japanese but you probably can get a big picture of it.

By: Corbin Hoenes
RE: limit on Meteor.shoot? [ reply ]  
2008-01-21 18:36
Oh really? Wow I am not sure I understand the basic architecture of how shooting_star works. Is there a diagram or small document that describes how the server/client/rails all work together?

By: Genki Takiuchi
RE: limit on Meteor.shoot? [ reply ]  
2008-01-14 20:36
Hi Corbin,

Thank you for trying.

There is no limit, because the data are not transmitted directly to the client from the Comet servers, but payload identifiers are.

By: Corbin Hoenes
limit on Meteor.shoot? [ reply ]  
2008-01-11 04:04
We are using shooting star on a new app and it is great. We have run into a problem though that it seems that there is a limit on how much data we can send back via:

Meteor.shoot(channel, data)

Is this the case and if so what is the limit?