Message from discussion
Deploy Meteor on Amazon EC2 (or your own server)
Received: by 10.58.154.102 with SMTP id vn6mr944399veb.2.1351882894505;
Fri, 02 Nov 2012 12:01:34 -0700 (PDT)
X-BeenThere: meteor-talk@googlegroups.com
Received: by 10.52.16.79 with SMTP id e15ls3949352vdd.6.gmail; Fri, 02 Nov
2012 12:01:33 -0700 (PDT)
Received: by 10.58.229.232 with SMTP id st8mr941350vec.34.1351882893859;
Fri, 02 Nov 2012 12:01:33 -0700 (PDT)
Received: by 10.58.229.232 with SMTP id st8mr941349vec.34.1351882893848;
Fri, 02 Nov 2012 12:01:33 -0700 (PDT)
Return-Path: <d...@matal.com>
Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52])
by gmr-mx.google.com with ESMTPS id dj17si1426164vdb.1.2012.11.02.12.01.33
(version=TLSv1/SSLv3 cipher=OTHER);
Fri, 02 Nov 2012 12:01:33 -0700 (PDT)
Received-SPF: neutral (google.com: 209.85.212.52 is neither permitted nor denied by best guess record for domain of d...@matal.com) client-ip=209.85.212.52;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.212.52 is neither permitted nor denied by best guess record for domain of d...@matal.com) smtp.mail=d...@matal.com
Received: by mail-vb0-f52.google.com with SMTP id k17so3913076vbj.11
for <meteor-talk@googlegroups.com>; Fri, 02 Nov 2012 12:01:33 -0700 (PDT)
d=google.com; s=20120113;
h=mime-version:sender:in-reply-to:references:date
:x-google-sender-auth:message-id:subject:from:to:content-type
:content-transfer-encoding:x-gm-message-state;
bh=HCVaY/rnfMduvBipRqmm593XzFDlGCV0Xs8Jn4Zp93k=;
b=YxhO+cLcixf84PbzOIB0ewU8bzswFu5LkF6OsGdDKoHGo/Z87zEfaloFfS+83eTm+h
g4jGcpzDgMMoKy4yTVcl2nUIymNXNKGLwYKPg1c+f4O+4r6p+0opdhGsFBErlbbFz3Ar
AM2jHTIlgQFbjaYnvXHhtUjVM72xeefGb6a3zhCoYQjP10YrA9aqFArIVHzCYIOyLZId
IfLC4DDzI01KNZQRIW9zLLKKDPInSaDyUo1nQ+t2TKc+UdjAbFft8kXpxYFaUhVCVAtn
dpQBGDwXXzRkXYqderuDX9PvkPlqMvsXD9IsrGhqXBv2sLoYgD/+W7har1DatvoP8ia5
p3Pg==
MIME-Version: 1.0
Received: by 10.52.98.200 with SMTP id ek8mr2402295vdb.90.1351882893403; Fri,
02 Nov 2012 12:01:33 -0700 (PDT)
Sender: d...@matal.com
Received: by 10.220.180.133 with HTTP; Fri, 2 Nov 2012 12:01:33 -0700 (PDT)
In-Reply-To: <CADm1bXtJLFEBchTU2CWF1T-S=dywk2tFBwfNxgw5Qc02aVm...@mail.gmail.com>
References: <67804817-65cd-43c7-8dc2-b25b5158f...@s18g2000yqh.googlegroups.com>
<CAJRaecXzpkduNNroKpww++2FUCtdcge+gCYPn2xaeZkiW4z...@mail.gmail.com>
<CADm1bXt=YQRLXAoLBT-XOtyqM_o1xe7yitrbUODpTnKY=0L...@mail.gmail.com>
<CAJRaecUPgPG_87mYS-smcT4T3D8GyiKk6qXYhkSoX=c3Fk1...@mail.gmail.com>
<CADm1bXtJLFEBchTU2CWF1T-S=dywk2tFBwfNxgw5Qc02aVm...@mail.gmail.com>
Date: Fri, 2 Nov 2012 12:01:33 -0700
Message-ID: <CAJRaecU8oOEYcxNwze6tnSpEua39ZYd5+Ni7LVYX40-jDRG...@mail.gmail.com>
Subject: Re: [meteor-talk] Deploy Meteor on Amazon EC2 (or your own server)
From: Dror Matalon <d...@devwik.com>
To: meteor-talk@googlegroups.com
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
X-Gm-Message-State: ALoCoQlKf8MrqnjkVX5Hfw0iwxx7xZA6HHZhkJIZUc36vz5BNVUdRJ+0CA/nbPf3DT9fzzldFsW4
That's not my experience. On a vanilla install of ubuntu on ec2, I get
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: `/home/dror/tmp/bundle/server/node_modules/fibers/bin/linux-ia32-v8-=
3.7/fibers.node`
is missing. Try reinstalling `node-fibers`?
at Object.<anonymous>
(/home/dror/tmp/bundle/server/node_modules/fibers/fibers.js:13:8)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:32)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object.<anonymous> (/home/dror/tmp/bundle/server/server.js:3:1)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
node v0.6.12
So I'm curious how you have fibers working without installing it explicitly=
.
On Fri, Nov 2, 2012 at 4:59 AM, Julien Chaumond <chaum...@gmail.com> wrote:
> If you run your bundle on the platform you created it on, you shouldn't h=
ave
> to do that.
>
> =96
> Julien
>
>
> On Fri, Oct 26, 2012 at 7:58 PM, Dror Matalon <d...@devwik.com> wrote:
>>
>> The meteor README says that you need to, but more important, I got an
>> error trying to run "node.js main" without installing it.
>>
>> It was actually, a little bit of a pain to install it, and I had to
>> get it from source. Unfortunately, I didn't keep notes of the details.
>>
>> This is all on EC2 on an ami-d70c2892, Ubuntu 12.04.
>>
>> On Fri, Oct 26, 2012 at 8:52 AM, Julien Chaumond <chaum...@gmail.com>
>> wrote:
>> >> Didn't you need to install fibers?
>> >
>> >
>> > No, but should I?
>> >
>> >> Also, how much is moderate traffic? Did you use a tool, and at what
>> >> point did you see issues with a small instance?
>> >
>> >
>> > Traffic was about 100 concurrent connections.
>> >
>> > I just used `top` to monitor node's CPU load. Haven't had a chance to
>> > look
>> > at node profiling yet :)
>> >
>> > =96
>> > Julien
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "meteor-talk" group.
>> > To post to this group, send email to meteor-talk@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > meteor-talk+unsubscribe@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/meteor-talk?hl=3Den.
>>
>> --
>> You received this message because you are subscribed to the Google Group=
s
>> "meteor-talk" group.
>> To post to this group, send email to meteor-talk@googlegroups.com.
>> To unsubscribe from this group, send email to
>> meteor-talk+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/meteor-talk?hl=3Den.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "meteor-talk" group.
> To post to this group, send email to meteor-talk@googlegroups.com.
> To unsubscribe from this group, send email to
> meteor-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/meteor-talk?hl=3Den.