1 Sep 2011 01:16
Re: Re: ANN: threads - enabling safe use of synchronous coding
But it's not a rope either.
On Wed, Aug 31, 2011 at 5:37 PM, Mark Hahn <mark-pWYZlU/c9soysxA8WJXlww@public.gmane.org> wrote:
It doesn't matter what it is called as long as it isn't confusing.
Marketing studies for product names have shown that names unrelated to
function perform better in the market, hence Apple, Google, etc.
I like the "ropes" moniker.--
On Wed, Aug 31, 2011 at 2:33 PM, rtweed <rob.tweed-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> I really dont care what you want me to call it. I spent a few minutes
> looking for a name that was vaguely related to its architecture and
> came up with threads and found the name wasn't registered in npm so
> went with it. I mainly wanted to get it out as soon as possible
> because I have specific plans for its use.
>
> How about you guys vote for a name and I'll rename it accordingly
>
> Rob
>
> On Aug 31, 10:19 pm, Joshua Holbrook <josh.holbr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> Is it too late to rename it? Maybe "ropes." ;)
>>
>> --Josh
>>
>>
>>
>>
>>
>>
>>
>> On Wed, Aug 31, 2011 at 2:08 PM, Mark Hahn <m...-pWYZlU/c9soysxA8WJXlww@public.gmane.org> wrote:
>> > Many more people than computer scientists could benefit from this and
>> > it would be a shame if they didn't look into it because of its name.
>>
>> > On Wed, Aug 31, 2011 at 1:04 PM, Matt <hel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> >> On Wed, Aug 31, 2011 at 2:43 PM, Isaac Schlueter <i...-1xsb/XsW2nE@public.gmane.org> wrote:
>>
>> >>> Yeah, -1 on the name. That's very confusing, on a point which is
>> >>> already confusing enough.
>>
>> >> LOL, isn't this rather ironic, given it's built on child_process.fork(),
>> >> which isn't fork(2) at all, and is really quite confusing?
>>
>> >>> The child_process.fork doesn't create a new thread. It creates a
>> >>> full-fledged OS child process, complete with its own pid and memory
>> >>> and everything. You can send send it signals, renice it, etc. It
>> >>> can't share memory directly with its parent. It's not a thread.
>>
>> >> Threads have many definitions, not necessarily just those of shared PID and
>> >> memory space. In fact the Wikipedia page specifically mentions a thread
>> >> being a "fork". http://en.wikipedia.org/wiki/Thread_(computer_programming)
>>
>> >>> Not to say this isn't a useful lib. Seems like a nice little sugar
>> >>> layer over child_process.fork, which is probably very useful. But
>> >>> it's absolutely not in any way "multithreaded".
>>
>> >> Computer scientists would probably disagree with you.
>> >> Matt.
>>
>> >> --
>> >> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>> >> To unsubscribe from this group, send email to
>> >> nodejs+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>> >> For more options, visit this group at
>> >>http://groups.google.com/group/nodejs?hl=en?hl=en
>>
>> > --
>> > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>> > To unsubscribe from this group, send email to
>> > nodejs+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>> > For more options, visit this group at
>> >http://groups.google.com/group/nodejs?hl=en?hl=en
>
> --
> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> To unsubscribe from this group, send email to
> nodejs+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
nodejs+unsubscribe <at> googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
nodejs+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

RSS Feed