That is strange. All coffee does is hook into `require` to compile source 
on the fly and it only has to do that once per file since node caches 
requires. After that, it's node running javascript.

Anyway, compilation is the recommended practice.

On Sunday, June 10, 2012 7:03:19 AM UTC-7, Angelo Chen wrote:
>
> Hi, 
>
> i use forever to run a js, cpu usage is very low, less than 2%, same 
> program in coffeescript and run it this way: 
> forever start test.coffee 
> cpu went up to 15% 
>
> what is a better way to run coffeescript server, compiled first into 
> js or directly : 
>
> coffee app.coffee

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to