I am new to JavaScript and node.js, but I have a lot of experience in other languages (Perl for example.) Could somebody please explain or point me to documentation about what is the difference between child/callback and fork that is used in Perl. Is there any conceptual difference, any improvement or is it basically one and the same?
Thank you
ZA
On Jan 12, 2015, at 10:41 AM, Zeev Atlas <zat...@gmail.com> wrote:I am new to JavaScript and node.js, but I have a lot of experience in other languages (Perl for example.) Could somebody please explain or point me to documentation about what is the difference between child/callback and fork that is used in Perl. Is there any conceptual difference, any improvement or is it basically one and the same
The difference is in the separation of the task: a unix process shares nothing, and returns nothing but a status code