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

2015-08-13 Thread Moacir Braga
Alain, my problem was not to send an email, but was my server hanging up. I thought Mandrill was blocking your server to process new requests. On Friday, August 7, 2015 at 12:51:17 PM UTC-3, Moacir Braga wrote: It’s been a few weeks since I started trying to solve this problem, but I still

Re: [nodejs] http server.close() is taking about 2 mins to close

2015-08-13 Thread Maximilian Hill
I can't reproduce it. File with *modification* (read line instead of timeout): var http=require(http), server = null; var readline = require(readline); var rl = readline.createInterface({ input: process.stdin, output: process.stdout }); server = http.createServer(function (request,

[nodejs] Passing a Buffer from C++ to a callback - object lifetime?

2015-08-13 Thread Andy C
Hi, I am writing a C++ module for node. I have a JS callback registered which will receive regular callbacks with binary data (audio data). My C++ to call the callback looks a bit like: UniquePersistentv8::Function dataCallback = // from somewhere... HandleScope scope(isolate);

[nodejs] How to get the layout structure deatils of filemaker layout in node?

2015-08-13 Thread annas
Hi , How to get the layout structure of filemaker layout in node? I need a layout/table fields and its types . Is there any way to get these in node.js ? Please help me Thanks, -- Job board: http://jobs.nodejs.org/ New group rules:

Re: [nodejs] http server.close() is taking about 2 mins to close

2015-08-13 Thread Kiran Ravuri
Hi Thanks for the reply Nothing has changed for me, I ran your code and i got server: got request Fri Aug 14 2015 10:32:11 GMT+0530 (IST) server: response finish Fri Aug 14 2015 10:32:11 GMT+0530 (IST) server: reqest end Fri Aug 14 2015 10:32:11 GMT+0530 (IST) server: calling server.close Fri