Re: [nodejs] Cannot run node.js packages in Virtualbox Shared folders

2015-09-25 Thread alainm
Hei !!! I run into that once! There is a CLI command to enable symlinks in VirtualBox. I will post it later Alain Enviado via AquaMail para Android http://www.aqua-mail.com A 25 de setembro de 2015 02:26:00 Ryan Graham escreveu: The problem is symlinks, which is what npm uses to create the

Re: [nodejs] Re: Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-12 Thread alainm
Sorry, truncated... So... To make sure that the message doesn't get lost, I implemented a retry. My diagnose is that the problem was with the connection and not properly with Mandrill Enviado através do AquaMail para Android http://www.aqua-mail.com A 12 de agosto de 2015 18:11:00 Moacir

Re: [nodejs] Re: Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-12 Thread alainm
That application is very old, in asp classic and badly written. The page was aborting because of an error sending the email. Implementing a try-catch (it's equivalent in asp) solved the problem. But to make sure that tje message Enviado através do AquaMail para Android http://www.aqua-mail.com

Re: [nodejs] Re: Server is accepting requests but is not responding. There is something hanging up the response.

2015-08-12 Thread alainm
Hi, I am using Mandrill in one other application. I had some problems until I started checking for errors and implemented 10 retries as 30s interval. After that I never had problems again... Enviado através do AquaMail para Android http://www.aqua-mail.com A 12 de agosto de 2015 16:39:30 Mo

Re: [nodejs] Node Cluster scheduling policy | Load Balancing for Read Scalability

2015-06-23 Thread alainm
Maybe HAproxy can do that, it has some interesting routing options It may be worth checking Enviado através do AquaMail para Android http://www.aqua-mail.com A 23 de junho de 2015 00:47:02 Ryan Schmidt escreveu: On Jun 21, 2015, at 11:51 PM, Emerson Rocha Luiz wrote: > How (if possible

Re: [nodejs] Re: New to Node. How do I use package.json files and what exactly is it for??

2014-03-27 Thread AlainM
I vote for thos to be moderated untill he learns some maners On 28 de março de 2014 00h32min35s BRT, Conrad Pankoff wrote: >Seriously? You realise you're just digging yourself deeper into the >hole of >"looking like a complete fucking idiot," right? > >On Friday, 28 March 2014 14:28:19 UTC+11,

Re: [nodejs] NodeJS Buffer Endianess is all wrong

2014-02-27 Thread AlainM
I agree! Just a bit more: TCP headers are big-endians and "payload" is dont-care as long as you know how to get them on the other side Note: I wrote a tcp/ip for DOS. I needed a function to swap endianness (intel is little-endian)... Fedor Indutny escreveu: >Hello! > >I think you are a bit co

Re: [nodejs] JS function and variable problem

2014-02-17 Thread AlainM
And please remember that couchdb works with "eventual consistency", ot does not allways guaranty that read after write os allways in sync Angel Java Lopez escreveu: >Umm... I don't use CouchDB, nano module. But it looks as a callback >problem. You are running CouchRead() inmmediately AFTER Couc

Re: [nodejs] Re: How MEAN have you got :-)

2014-02-14 Thread AlainM
That sounds really interesting, dp you know of any examples where I could study it more? Mark Volkmann escreveu: >When I combine AngularJS with Node I restrict the Node part to handling >REST services that return JSON. I have used Express for that and it has >worked well. I do not return dynami

Re: [nodejs] Combine binary addon with nodejs

2014-01-03 Thread AlainM
Sugestion: Someone could prepare a Linux image for Virtualbox with a node typical instalation and a few tools already installed and easy to update... (I will do it someday bud don't hold your breadth) Alex Kocharin escreveu: > > >So what? Does anybody still care about it? > > > >My packages

Re: [nodejs] Distributed workers recommendations

2013-12-26 Thread AlainM
How does this fit in NODE.JS?? What you describe does, not seem like async programming at all to me... Angel Java Lopez escreveu: >I prefer > >Available worker pulls task > >over > >Available worker is notified > >The first one could use a queue, as you mentioned. So any other process >(a >prog

Re: [nodejs] Re: let's face it, /usr/bin/nodejs is better than /usr/bin/node

2013-11-12 Thread AlainM
IMHO, fighting Debian is a lost war All that you will do is get users even more confused Alex Kocharin escreveu: > >I took a few solid evenings to read up all the material about ax25-node >and >node.js conflict in Debian. > >No. > >First of all, name of the project is "node.js". Name of the bin