On Mon, Apr 30, 2012 at 2:43 PM, Mark Hahn <m...@hahnca.com> wrote:

> >   or deal with a task which is inherently synchronous?
>
> Why does PHP have an advantage there?
>

Because most of the libraries available for PHP are blocking and you never
need to know what a nested callback is.

Look, I am not defending PHP here. I stopped writing PHP years and years
ago, but can we stop pretending that node is good for everything? It's the
best thing I have found for building fast servers, but there's a whole
range of tasks for which it is brutally painful.


> It is easy to make tasks synchronous in node.  You just don't start a
> second until first is finished.  I have to do that all the time.
>
>  --
> 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
>



-- 
chrisrhoden

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