I assume you mean the network speed to a particular client on each session.
 The client side is almost always the limiting factor and will vary from
session to session.

I would do it by measuring the page load time in javascript and then
sending the test result to the server, maybe using ajax, and then saving
this info in the server's session store for that particular client.  The
server can then adjust its behavior however it wants.

On Sun, Jul 29, 2012 at 4:35 PM, jerome <jeromecoving...@gmail.com> wrote:

> I guess my point is, if anybody has any information on the process of
> detecting network speeds, and adjusting behavior between the client/server
> in response, I'd be interested in exploring what's possible.
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to