Re: [nodejs] comments in package.json

2013-01-05 Thread Ilya Dmitrichenko
Why cannot you add a section on dependencies in the README file? There you can explain in plain-english whatever you wanna say about those dependencies! Cheers, -- Ilya On 5 January 2013 18:22, Alex Kocharin a...@kocharin.ru wrote: Hello, everybody. TL;DR: I think that JSON is not a

Re: [nodejs] Running NodeJs inside JVM

2012-12-07 Thread Ilya Dmitrichenko
Yeah, you should also checkout vert.x (http://vertx.io/) On 7 December 2012 21:57, Forrest L Norvell forr...@newrelic.com wrote: On Fri, Dec 7, 2012 at 11:03 AM, prashant pandey prashant.pra...@gmail.com wrote: I want to know has anyone tried to run NodeJs inside JVM? Or is there any

Re: [nodejs] Re: Introduction to libuv

2012-07-28 Thread Ilya Dmitrichenko
Amazing work! I hope to find some time to dive into it and see if I can add anything :) -- 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

Re: [nodejs] How to use node and npm commands after reboot

2012-07-15 Thread Ilya Dmitrichenko
On 15 July 2012 11:26, raul112 david.burgos.ri...@gmail.com wrote: I searched on the web but I don't find any help. So, what I did wrong? what steps did I miss? how do you do? Learn the basics of Linux operating system, specifically what PATH environment variable is all about and what

[nodejs] Re: NodeJS under SPARC

2012-05-31 Thread Ilya Dmitrichenko
and that supports AES instruction set (at least on x86), though since version 1.0.1, hence Node v0.7.8 has the latest OpenSSL :) Appreciate of additional guidance, Dave http://netmgt.blogspot.com/ On May 14, 3:49 pm, Ilya Dmitrichenko errordevelo...@gmail.com wrote: Hey, Being an old thread

Re: [nodejs] Tool To Test HTTP Server For Completeness

2012-04-07 Thread Ilya Dmitrichenko
Hi, Out of the tools listed on that page, I have tried Multi-Mechanize and used JMeter quite a lot too. I'd like to try Grinder sometime also, but haven't had the time yet. Multi-Mechanize is quite nice, though JMeter is the kind of industry standard. There is quite a lot you can do with JMeter,

Re: [nodejs] Node.js 0.6.14 on mips (little endian)

2012-04-03 Thread Ilya Dmitrichenko
On 3 April 2012 10:02, Jérémy Lal holi...@gmail.com wrote: Hi, i built nodejs 0.6.14 with libv8 3.8.9.16 (which supports mips little endian), and ran the test/simple suite on this architecture : http://db.debian.org/machines.cgi?host=rem There is only one failing test (test-readfloat), see

Re: [nodejs] Node.js 0.6.14 on mips (little endian)

2012-04-03 Thread Ilya Dmitrichenko
On 3 April 2012 10:20, Jérémy Lal holi...@gmail.com wrote: A *lot*, it generates assembly code on the fly. Yeah, exactly, I just got really surprised to be honest. v8 builds on mips (little endian) since version 3.7. Using v8 3.8.9.16 the simple test suite pass on mips. So the V8 now

Re: [nodejs] stdout/stderr blocking

2012-03-22 Thread Ilya Dmitrichenko
don't even get me going on forever = +1k! -- 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] checking the efficiency of my program

2012-03-19 Thread Ilya Dmitrichenko
Hi List, I had been thinking quite a bit whether there is any way I could see what my JavaScript code ends up as in V8. Of course one will say that I shouldn't worry too much, but still - it would be great to know what constructs I should use ... well, there is 'jsperf.com', but it's not quite as

Re: [nodejs] Re: Finding native memory leaks in node

2012-03-19 Thread Ilya Dmitrichenko
On 19 March 2012 06:30, Jimb Esser wastel...@gmail.com wrote: The module isn't NPMified, but I threw it up on GitHub for anyone who wants to play with it.  It also includes a mtrace log parser written in node to generate high-level summary information on outstanding allocs.

Re: [nodejs] Re: Finding native memory leaks in node

2012-03-17 Thread Ilya Dmitrichenko
Fabric Engine provides Bullet binding among other things it can do for you. They are about release the source code any day now, I definitely recommend you to have a look into Fabric if you are doing something of that kind in Node. It would take to long to give you all the info, just see a couple

Re: [nodejs] Node.js shuts down when I logout of SSH

2012-02-19 Thread Ilya Dmitrichenko
On 19 February 2012 12:29, Prashanth munichli...@gmail.com wrote: You should run nodejs as daemon. http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forever That is probably one of the worst links you could point someone at, it does introduce a practice which is only acceptable when one