.port() sounds better, I guess. - Captain
jason.桂林 <mailto:[email protected]> Thursday, May 31, 2012 3:05 PM Good suggestion. -- Best regards, 桂林 (Gui Lin) guileen@twitter <https://twitter.com/#%21/guileen> 桂糊涂@weibo <http://weibo.com/guileen> guileen@github <https://github.com/guileen> -- Job Board: http://jobs.nodejs.org/Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-GuidelinesYou received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en Matt <mailto:[email protected]> Thursday, May 31, 2012 12:30 AM .on()?That's rather confusing considering how much .on() is used in Node for event emitters. I assume you mean .port()?-- Job Board: http://jobs.nodejs.org/Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-GuidelinesYou received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en jason.桂林 <mailto:[email protected]> Wednesday, May 30, 2012 1:15 PM I forgot add an example for it. siege() .host('localhost') .on(3000) .get('/') .attack(); -- Best regards, 桂林 (Gui Lin) guileen@twitter <https://twitter.com/#%21/guileen> 桂糊涂@weibo <http://weibo.com/guileen> guileen@github <https://github.com/guileen> -- Job Board: http://jobs.nodejs.org/Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-GuidelinesYou received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en Osher El-Netanany <mailto:[email protected]> Tuesday, May 29, 2012 2:58 PM What can we do to add the ability to siege an external server?I mean - instead of providing app.js - I want to provide a base URL to an exteranal server.Do you think it is simple to add? :) -- Job Board: http://jobs.nodejs.org/Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-GuidelinesYou received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en jason.桂林 <mailto:[email protected]> Sunday, May 06, 2012 9:34 PM siege.js is a http benchmark module. features: * benchmark with keep alive connection, (useful on mac os) * colorful report * multiple task define * cookie support (>= 0.0.2) example: siege() .on(3000) .for(10000).times .get('/') .attack()for a nodejs app.js, which module.exports = function(req, res), you can use siege start your server, before benchmark, and close server after benchmark.siege(__dirname + '/app.js') .on(4000) .withCookie .for(10000).times .concurrent(100) .get('/set-cookie') .get('/get-cookie') .get('/').withoutCookie.attack()enjoy it. by kissjs.org <http://kissjs.org>. We are looking for collaborators. -- Best regards, 桂林 (Gui Lin) guileen@twitter 桂林-V@weibo <http://weibo.com/guileen> guileen@github <https://github.com/guileen> -- Job Board: http://jobs.nodejs.org/Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-GuidelinesYou received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
-- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
<<inline: postbox-contact.jpg>>
<<inline: compose-unknown-contact.jpg>>
