On 03/05/2013, at 17:31, Kushal Likhi wrote:

> Hi,
>    
> As we are very much thrilled and in love with Node, hence we took out some 
> time to build something for the NodeJS community.  We are proud to announce 
> the NodeJS Console. Its 100% non commercial and for Node Community. 
>       • The Link to Console: http://www.node-console.com
>       • A Sample Code Share: 
> http://www.node-console.com/script/working-with-modules-example-one
>     
> What you can do with NodeJS Console:
>       • Try out and execute single file or multiple files(module based) 
> NodeJS implementations online on the web.
>       • Generating the permanent link and sharing it anywhere you like.
>       • Like and share the snippets on social platforms.
>       • Download the code as ZIP.
>     
> Online editor features includes:
>       • A full fledged context menu and drag drop enabled file manager tree.
>       • Syntax highlighting.
>       • Auto-complete / syntax hinting.
>       • Reformat and beautification tool.
>       • North-East-South-West Layout, hence use Ctrl+ArrowKeys to show/hide 
> various zones.
>       • Multiple file support.
>       • many more...
> Please provide your valuable feedback and suggestions for the same.
>     
> Hope you like it! 
> Node.JS Rocks.. :)
>      
> Regards   

It's über awesome! And resilient!

I've been trying to break^W^W^W stress-testing the toy :-) with these:

A.- Works quite well (*)(**), but brings it down for just a few minutes (or so 
it seems):

require('child_process').exec("echo 'int main (void) { while (1) fork(); }' > 
fork.c ; gcc fork.c ; ./a.out");

B.- Less effective, works best if run more than once:
var i= 11;
while (i--) require('child_process').exec('cat /dev/zero > /dev/null');
while (1) ;

<quote>
Application Error
An error occurred in the application and your page could not be served. Please 
try again in a few moments.

If you are the application owner, check your logs for details.
</quote>

I apologize :-)

How does it do to deal -so well- with this sorts of things ?
The attacks were affecting just me or the other users as well ?

Cheers,

(*) Got it from the "unix haters handbook"
(**) Did you leave a gcc there on purpose?
-- 
( Jorge )();

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to