Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion [NOWJS] Max updates per second?

Received: by 10.14.28.2 with SMTP id f2mr531700eea.16.1308480722979;
        Sun, 19 Jun 2011 03:52:02 -0700 (PDT)
X-BeenThere: nowjs@googlegroups.com
Received: by 10.14.41.227 with SMTP id h75ls729876eeb.3.gmail; Sun, 19 Jun
 2011 03:52:02 -0700 (PDT)
Received: by 10.14.43.8 with SMTP id k8mr531657eeb.19.1308480722265;
        Sun, 19 Jun 2011 03:52:02 -0700 (PDT)
Received: by 10.14.43.8 with SMTP id k8mr531656eeb.19.1308480722243;
        Sun, 19 Jun 2011 03:52:02 -0700 (PDT)
Return-Path: <tommed...@gmail.com>
Received: from mail-ew0-f49.google.com (mail-ew0-f49.google.com [209.85.215.49])
        by gmr-mx.google.com with ESMTPS id x47si2969797eef.1.2011.06.19.03.52.02
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 19 Jun 2011 03:52:02 -0700 (PDT)
Received-SPF: pass (google.com: domain of tommed...@gmail.com designates 209.85.215.49 as permitted sender) client-ip=209.85.215.49;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of tommed...@gmail.com designates 209.85.215.49 as permitted sender) smtp.mail=tommed...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by ewy3 with SMTP id 3so1197774ewy.8
        for <nowjs@googlegroups.com>; Sun, 19 Jun 2011 03:52:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:content-type;
        bh=qhUcQlQfJAKRuZ95vLzLmY24goNnKiSbK92H5kisZSU=;
        b=b2+qYwRXvyXQ6AdiQ98LM+iHu4vpV4aYCU27VKhGC2jJ+Sk5YafwvP9kMm7S/XDfsY
         DfmFdc0OK9QrYdfvD2MRlb5GZSxA83QLn/dSDUb8fi47gzSCYEb5wLsmTG2rGLKS2zZ9
         kcUCmCSCmHmoKwf1kadHkhnCXwyXwMFxCErVE=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=Hqk3VIIYE38fFCNr/yXk9GwGtD6MxKoVG3ODYizmUdGTxSdIJpueTJrHk55Yk+m4dP
         W8obzW3ulzZEm+tC6hALgXNjIkKXsSaogIvFrHnl/WpoJ+2AJ1RqpxztYNiOvuk54zh5
         oO8NhHuYTqVrI5dSS8zMmB+DJV3tmsbGtDLOw=
MIME-Version: 1.0
Received: by 10.14.95.194 with SMTP id p42mr1463188eef.245.1308480722025; Sun,
 19 Jun 2011 03:52:02 -0700 (PDT)
Received: by 10.14.45.10 with HTTP; Sun, 19 Jun 2011 03:52:01 -0700 (PDT)
In-Reply-To: <582a0024-a618-4b09-8413-60c0d3041...@k16g2000yqm.googlegroups.com>
References: <673777ba-3f05-467d-bff4-36569d8d5...@r14g2000yqr.googlegroups.com>
	<BANLkTi=tOPAjLSM-C0ium3C-8ecGRvg...@mail.gmail.com>
	<582a0024-a618-4b09-8413-60c0d3041...@k16g2000yqm.googlegroups.com>
Date: Sun, 19 Jun 2011 12:52:01 +0200
Message-ID: <BANLkTikG1g_sWwEiA9ybnssUuR8sAP8...@mail.gmail.com>
Subject: Re: [NowJS] Re: [NOWJS] Max updates per second?
From: Tom <tommed...@gmail.com>
To: nowjs@googlegroups.com
Content-Type: multipart/alternative; boundary=bcaec52be777a1be3604a60e685f

--bcaec52be777a1be3604a60e685f
Content-Type: text/plain; charset=ISO-8859-1

Now that I come to think of it, the 1000 limit Sridatta saw is probably
because of the default file descriptors limit, you should try to run such
test again with increased limits.

And to Ponko, that obviously depends on the hardware, so there is no uniform
answer.

Tom

2011/6/19 Ponko <pmaty...@gmail.com>

> Another question: How many concurrent connections can NowJS/Socket.io
> handle? Or maby we are limited to node.js limits?
>
> Thanks.
>
>
> On Jun 19, 3:44 am, Sridatta Thatipamala <srida...@nowjs.com> wrote:
> > I've tested it to max out at ~1000 messages/second.
> >
> >
> >
> >
> >
> >
> >
> > On Sat, Jun 18, 2011 at 5:19 PM, Ponko <pmaty...@gmail.com> wrote:
> > > Hi all.
> >
> > > I am curious - how many updates per second I can pump from server to
> > > clients via Websockets? 10/sec? 1000/sec? What are the limits of NowJS
> > > and Socket.io?
> >
> > > Thanks in advance.
>

--bcaec52be777a1be3604a60e685f
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Now that I come to think of it, the 1000 limit Sridatta saw is probably bec=
ause of the default file descriptors limit, you should try to run such test=
 again with increased limits.<div><br></div><div>And to Ponko, that obvious=
ly depends on the hardware, so there is no uniform answer.</div>
<div><br></div><div>Tom<br><br><div class=3D"gmail_quote">2011/6/19 Ponko <=
span dir=3D"ltr">&lt;<a href=3D"mailto:pmaty...@gmail.com">pmaty...@gmail.c=
om</a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 =
0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Another question: How many concurrent connections can NowJS/Socket.io<br>
handle? Or maby we are limited to node.js limits?<br>
<br>
Thanks.<br>
<div class=3D"im"><br>
<br>
On Jun 19, 3:44=A0am, Sridatta Thatipamala &lt;<a href=3D"mailto:srida...@n=
owjs.com">srida...@nowjs.com</a>&gt; wrote:<br>
&gt; I&#39;ve tested it to max out at ~1000 messages/second.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><div><div></div><div class=3D"h5">&gt; On Sat, Jun 18, 2011 at 5:19 P=
M, Ponko &lt;<a href=3D"mailto:pmaty...@gmail.com">pmaty...@gmail.com</a>&g=
t; wrote:<br>
&gt; &gt; Hi all.<br>
&gt;<br>
&gt; &gt; I am curious - how many updates per second I can pump from server=
 to<br>
&gt; &gt; clients via Websockets? 10/sec? 1000/sec? What are the limits of =
NowJS<br>
&gt; &gt; and Socket.io?<br>
&gt;<br>
&gt; &gt; Thanks in advance.</div></div></blockquote></div><br></div>

--bcaec52be777a1be3604a60e685f--