[nodejs] Re: How can i calculate how many requests my node.js can handle on my pc? is there any tools help in finding this calculations?

2016-06-14 Thread Pedro Narciso García Revington
Also, https://github.com/rakyll/boom https://github.com/wg/wrk https://github.com/tsenart/vegeta El martes, 31 de mayo de 2016, 5:27:03 (UTC+2), Naveen Kumar Chittipolu escribió: > > I have nodejs server which is registers, authenticate users. after > authentication user can add , delete,

[nodejs] Any hint about how to debug this scenario?

2016-01-08 Thread Pedro Narciso García Revington
I have a (connect) web application that, under certain strees, accumulates connections in the CLOSE_WAIT state. At some point, I need to reboot the application. I have reproduced the behavior in my local machine by running stress tests with wrk (https://github.com/wg/wrk). Everytime I run the

[nodejs] Re: Any hint about how to debug this scenario?

2016-01-08 Thread Pedro Narciso García Revington
I've discovered that the issue is related to the proxywrap module https://github.com/findhit/proxywrap/issues/15 El viernes, 8 de enero de 2016, 18:49:11 (UTC+1), Pedro Narciso García Revington escribió: > > I have a (connect) web application that, under certain strees, > ac

[nodejs] Re: Problemas con Swig al renderizar usando Group By

2014-05-02 Thread Pedro Narciso García Revington
Hola Oscar, Esta lista es en inglés. El viernes, 2 de mayo de 2014 05:57:03 UTC+2, Oscar Enrique Lotero S escribió: Buen dia! Tengo el siguiente código y lo que pretendo es enviar al template un arreglo que contiene el siguiente schema *var CarSchema = mongoose.Schema({* * placa: {

Re: [nodejs] Re: am i seeing ghosts: Can't render headers after they are sent to the client error with Node.js 0.10.24?

2014-03-10 Thread Pedro Narciso García Revington
happens (only in the load test), i can't conveniently resort to [Node.js | Google V8] debuggers. Thanks. On Sat, Mar 8, 2014 at 6:01 PM, Pedro Narciso García Revington p.reving...@gmail.com wrote: You are probably triggering response.end() more than once. http://nodejs.org/api/http.html

[nodejs] Re: am i seeing ghosts: Can't render headers after they are sent to the client error with Node.js 0.10.24?

2014-03-08 Thread Pedro Narciso García Revington
You are probably triggering response.end() more than once. http://nodejs.org/api/http.html#http_class_http_serverresponse El sábado, 8 de marzo de 2014 04:16:29 UTC+1, ming escribió: Hi, i've been running a reverse proxy (with the http-proxy module) on Node.js 0.10.24 for a while after i

[nodejs] Re: http and browser locale

2012-11-18 Thread Pedro Narciso García Revington
look for Accept-Language in request heders El domingo, 18 de noviembre de 2012 15:34:35 UTC+1, Angelo Chen escribió: Hi, in a http server, is there a way to get the locale of the browser accessing the server? thanks, Angelo -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: Do you know any password entropy/strength library.

2012-08-31 Thread Pedro Narciso García Revington
Ha, ha, ha, I totally agree. El jueves, 30 de agosto de 2012 22:04:57 UTC+2, Oleg Efimov (Sannis) escribió: I’ll just leave this here: http://xkcd.com/936/ четверг, 30 августа 2012 г., 14:47:37 UTC+4 пользователь Pedro Narciso García Revington написал: Hi, I need one that works both

Re: [nodejs] Re: Do you know any password entropy/strength library.

2012-08-31 Thread Pedro Narciso García Revington
Katsevman gkatsev.com On Thu, Aug 30, 2012 at 4:04 PM, Oleg Efimov (Sannis) efim...@gmail.com javascript: wrote: I’ll just leave this here: http://xkcd.com/936/ четверг, 30 августа 2012 г., 14:47:37 UTC+4 пользователь Pedro Narciso García Revington написал: Hi, I need

[nodejs] Do you know any password entropy/strength library.

2012-08-30 Thread Pedro Narciso García Revington
Hi, I need one that works both in the server and the client. Regards, Pedro -- 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

[nodejs] Re: [Ann] Nosey, a smtp catch-all server with web interface.

2012-08-26 Thread Pedro Narciso García Revington
:) El domingo, 26 de agosto de 2012 09:42:28 UTC+2, deitch escribió: Now I know how you came to https://github.com/deitch/smtp-tester/ :-) On Saturday, August 25, 2012 7:29:42 PM UTC+3, Pedro Narciso García Revington wrote: Hi, I have wrote a smtp-catch-all server with a web interface

[nodejs] [Ann] Nosey, a smtp catch-all server with web interface.

2012-08-25 Thread Pedro Narciso García Revington
Hi, I have wrote a smtp-catch-all server with a web interface to see catched emails. It is intended for web development purposes. Emails are stored in memory. You can send from/to any email address without configuration. https://github.com/revington/nosey -- Job Board:

[nodejs] [Ann] Connect-bruteforce

2012-08-13 Thread Pedro Narciso García Revington
Hi everyone, This is a module that prevents brute force login by delaying responses. It is also usefull when you want to require captcha validation after some unsuccesful tries. See README for usage. https://github.com/revington/connect-bruteforce Cheers, Pedro -- Job Board:

[nodejs] Re: devil's advocate: why would I choose nodejs over MVC + IIS?

2012-07-04 Thread Pedro Narciso García Revington
Hi, I've been a C#/asp.net dev since the first beta. 2 years ago I started with node. Some pros over C#/asp.net: - Free software - Not married with VS or another ide - Same language, client and server. - Npm, npm, npm! - Great community Cons ¿? El martes, 3 de julio de 2012 19:56:17 UTC+2,

Re: [nodejs] - Github Followers Thread

2012-06-03 Thread Pedro Narciso García Revington
https://github.com/revington El sábado, 28 de mayo de 2011 04:02:03 UTC+2, Marak Squires escribió: Hello Internet Friends - It's been a while since we did one of these so I thought I'd try it out. Rules are simple: Post your Github Handle and I will follow it. Feel free to follow other

[nodejs] How to deal with xs:duration

2012-02-15 Thread Pedro Narciso García Revington
Hi, I want to check if the difference of two given dates equals a xs:duration value. How can I do it? Thanks in advance Pedro -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you