Thanks!

I mentioned the absent of acronym "translation" not for me, but for the
casual reader. It is a bit confused read a post with not defined acronyms.

Ok, child process, but


   - Node.js Child Processes handle a single user request at a time
   - If no Child Process is available, incoming requests are queued
   - Child Process Pool size is configurable to match demand
   - Since a Child Process handles only on request, it can use blocking I/O
   and synchronous JavaScript logic

That is not the node.js way/world. You don't need a child process pool in
node.js, am I right? Nor in meteor, with fibers.

What is a Node.js Child Process, in your presentation?

Google gave to me:
http://nodejs.org/api/child_process.html
A full OS process?

In your slide 24, you mention
"Node.js, but Synchronous Code!"

But what if the code needs to make an http request, using require('http')?
The calls are async?

My guess: you wrote sync code to access your mumps data. (like slide 20).
But you cannot do anything async in the back end function. Am I right?

Angel "Java" Lopez
@ajlopez

On Tue, Mar 4, 2014 at 8:53 AM, rtweed <rob.tw...@gmail.com> wrote:

> 1) EHR: Electronic Heath Record, ie computer system used to management
> patient care and information at a hospital.  Normally these cost healthcare
> organisations multi-million dollars - VistA is Free Open Source.
>
> 2) No, not at all! EWD.js uses a pool of child processes which can be as
> big as you like - these do the database interaction work.  So you get as
> much concurrent activity as you need.  It's all documented, eg:
>
> http://gradvs1.mgateway.com/download/EWDjsArchitecture.pdf
>
> Try the installer out and see it in action for yourself
>
> Rob
>
>
> On Tuesday, 4 March 2014 11:40:24 UTC, ajlopez wrote:
>
>> Quick comment:
>>
>> As a foreign developer, I'm a bit confused by the acronyms in that
>> interesting post. EHR is not defined, so I found it in other of your post
>> (where you defined it). NHS is another one.
>>
>> Another comment, about
>> http://ec2.mgateway.com/ewd/ws/index.html
>>
>> Yes, no callback hell, but, only one request at a time? is it true? Maybe
>> you could apply Meteor ideas: no callback hell, but fibers
>> https://www.meteor.com/
>>
>> Angel "Java" Lopez
>> @ajlopez
>>
>>
>>
>>
>> On Tue, Mar 4, 2014 at 8:31 AM, rtweed <rob....@gmail.com> wrote:
>>
>>>  How to get involved if you're interested in this important market
>>> sector:
>>>
>>> http://robtweed.wordpress.com/2014/03/04/vista-the-hackable-
>>> open-source-ehr-hackable-platform/
>>>
>>>
>>>  --
>>> --
>>> 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 nod...@googlegroups.com
>>>
>>> To unsubscribe from this group, send email to
>>> nodejs+un...@googlegroups.com
>>>
>>> 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 nodejs+un...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> --
> 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
>
> ---
> 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 nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

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

--- 
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 nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to