[nodejs] Re: Unclosed connections to CouchDB using Cradle

2013-02-26 Thread papandreou
Hi Luca, Just wanted to say that I'm currently investigating an issue similar to this. After updating from node.js 0.8.8 to 0.8.19 (also tried 0.8.20), one of my long-running scripts that does 10s of CouchDB requests started leaving connections to CouchDB open. It eventually dies with a

[nodejs] Re: Unclosed connections to CouchDB using Cradle

2013-02-26 Thread Luca Morandini
On 02/26/2013 07:10 PM, papandreou wrote: Hi Luca, Just wanted to say that I'm currently investigating an issue similar to this. After updating from node.js 0.8.8 to 0.8.19 (also tried 0.8.20), one of my long-running scripts that does 10s of CouchDB requests started leaving connections to

[nodejs] Self-contained and self-extracting Node.js applications

2013-02-26 Thread Stephen Vickers
Hi All, I am considering an attempt to implement a Node.js module to pack a node(.exe) binary into a self contained and self-extracting binary. I have two motivations for this, the first is to create a Web based installer, and the second is to deliver an application with all required modules

[nodejs] Re: announcing browserify v2

2013-02-26 Thread Alexey Petrushin
How do you handle dependencies in purely client-side code? I use it exactly in the same way it would be used in node.js. From my point of view it's the point of browserify - environment is exaclty the same in both browser and server. File app.js NavigationView =

[nodejs] Re: NPM Readme vs Github Readme

2013-02-26 Thread xixixao
Thanks for the answers, but if any of you have actually looked at my repo, it is a parser generator which embeds CoffeeScript. I really don't know how to make examples in JavaScript for it. I also have to say, appreciating the Node community and loving the technology, this lingua-racism

Re: [nodejs] Re: NPM Readme vs Github Readme

2013-02-26 Thread José F . Romaniello
sorry I didn't see your repository before, I understand now 2013/2/26 xixixao xixi...@seznam.cz Thanks for the answers, but if any of you have actually looked at my repo, it is a parser generator which embeds CoffeeScript. I really don't know how to make examples in JavaScript for it. I

[nodejs] time gap detected warning

2013-02-26 Thread alan . l . cima
It seems I am getting a warning over a time gap detected in the processing loop. I can't find this error message anywhere in the source code, nor does anything show in searching for the term. Any one else ever see this message and/or have any idea what it means - other than the obvious

Re: [nodejs] time gap detected warning

2013-02-26 Thread Ben Noordhuis
On Tue, Feb 26, 2013 at 7:45 AM, alan.l.c...@gmail.com wrote: It seems I am getting a warning over a time gap detected in the processing loop. I can't find this error message anywhere in the source code, nor does anything show in searching for the term. Any one else ever see this message

[nodejs] Re: Self-contained and self-extracting Node.js applications

2013-02-26 Thread Bradley Meck
There are some projects on this already such as `nexe`. If you want to talk about it in depth feel free to ping me on irc. -- -- 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

[nodejs] Re: Self-contained and self-extracting Node.js applications

2013-02-26 Thread Stephen Vickers
Thanks Bradley, does it, or are there plans for it, to run on Windows platforms? On Tuesday, 26 February 2013 15:40:06 UTC, Bradley Meck wrote: There are some projects on this already such as `nexe`. If you want to talk about it in depth feel free to ping me on irc. -- -- Job Board:

Re: [nodejs] Re: Self-contained and self-extracting Node.js applications

2013-02-26 Thread Duncan Gmail
+1 for Windows support On 26 Feb 2013, at 17:08, Stephen Vickers vortex.is...@gmail.com wrote: Thanks Bradley, does it, or are there plans for it, to run on Windows platforms? On Tuesday, 26 February 2013 15:40:06 UTC, Bradley Meck wrote: There are some projects on this already such as

Re: [nodejs] Re: Self-contained and self-extracting Node.js applications

2013-02-26 Thread Bradley Meck
I think both `nexe` (dont quote me im not on project) and the private versions I know of are looking to windows as the main usage for bundling. NJ is looking into security around bundled executables before we do anything public. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Re: Self-contained and self-extracting Node.js applications

2013-02-26 Thread Duncan Gmail
Excellent sounds good On 26 Feb 2013, at 19:30, Bradley Meck bradley.m...@gmail.com wrote: I think both `nexe` (dont quote me im not on project) and the private versions I know of are looking to windows as the main usage for bundling. NJ is looking into security around bundled executables

[nodejs] Node.js VS Scala VS Clojure: what for an API with a we-love-java-we-dont-even-know-why business component in the company?

2013-02-26 Thread andreacode
Hi everybody! I need some help on getting together as much information as possible on node.js (and its competitors), as we're going to start a quite project in our company, and we currently are in that phase in which you have to convince yourself and everybody else that this or that technology

Re: [nodejs] Re: Self-contained and self-extracting Node.js applications

2013-02-26 Thread Stephen Vickers
From what I understand this won't be open source though. Does anyone know of any other similar projects, before I start one myself? On Tuesday, 26 February 2013 20:58:04 UTC, mrdnk wrote: Excellent sounds good On 26 Feb 2013, at 19:30, Bradley Meck bradle...@gmail.com javascript: wrote:

[nodejs] Run Meteor apps anywhere with Demeteorizer

2013-02-26 Thread Brandon Cannaday
https://github.com/OnModulus/demeteorizer We found some users trying to run Meteor apps as if they were regular ole Node.js apps, so we built this little CLI tool that wraps Meteor's bundle command. It automatically generates a package.json file, allows the user to set Meteor's hard-coded

[nodejs] Re: Run Meteor apps anywhere with Demeteorizer

2013-02-26 Thread Bradley Meck
Very interesting. Looks like some good things for us people who are used to vanilla node projects far more than meteor. -- -- 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

Re: [nodejs] Node.js VS Scala VS Clojure: what for an API with a we-love-java-we-dont-even-know-why business component in the company?

2013-02-26 Thread andy e
Not much help here, but maybe vert.x is a good compromise (JVM based, but you can use an async approach and write JS code): http://vertx.io The other thing that comes to mind is something I saw Mike Brevoort present on. See

[nodejs] Anyone using Vagrant for, say, testing with multiple browsers or as a type of CI server?

2013-02-26 Thread andy e
Just curious if anyone is using Vagrant for a sort-of-CI server (i.e. have vagrant run your tests via another OS) or for testing across browsers (i.e. a vagrant box running an old version of Firefox or something) or anything along those lines? Somehow signed myself up to give a basic intro on

[nodejs] [ANN] redis-scripto - Intelligent Redis Lua Script Manager for NodeJS

2013-02-26 Thread Arunoda Susiripala
Hi, Another release of an internal tool we've used months. Redis lua scripting is a killer feature. With *redis-scripto[0] *it is super easy to use it with NodeJS. [0] - https://github.com/arunoda/node-redis-scripto Thanks. -- Arunoda Susiripala @arunoda http://twitter.com/arunoda

Re: [nodejs] Node.js VS Scala VS Clojure: what for an API with a we-love-java-we-dont-even-know-why business component in the company?

2013-02-26 Thread Jacob Groundwater
Unless you are using the servlet 3 spec, Java is going to consume one thread per request. This is a huge limitation for many applications. Both scala's playframework and node.js can respond asynchronously. If you want to *sell* that to your team, mention that. If you really are designing a

Re: [nodejs] Cross-compiling node.js for MIPS platform with SSL enabled

2013-02-26 Thread Andrei Sedoi
For those who are interested, the fix is here: https://github.com/joyent/node/commit/17c6fe2e22efada157b9d1e6cf8acbb7ab43b08f -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you

[nodejs] Re: Node.js VS Scala VS Clojure: what for an API with a we-love-java-we-dont-even-know-why business component in the company?

2013-02-26 Thread Al Tsang
Hi! This is Al from StrongLoop. Your project's objectives and use cases sound very, very familiar. We're already working with several other companies to build a similar piece of middleware that does API routing with little logic. I had this same problem back at my previous company where we