Talk:Light-weight process

Latest comment: 6 years ago by InternetArchiveBot in topic External links modified

In Solaris, at least, the LWP and kernal thread are different entities (albelt sharing a 1-1 relationship). In early versions of Unix, the 1-1 mapping does not even hold. Should this be reflected in the article?

What would be the difference between a thread and a LWP in Solaris? Giatorta 13:11, 18 January 2007 (UTC)Reply

In Solaris there are userland threads, kernal threads and LWP which sit in between. LWP marshal system calls for the kernal. Contary to the article, each LWP does not have its own process ID.

LWP's in user space edit

There is another meaning of lightweight processes that's not mentioned here. Essentially, these are user-space threads that don't share memory. See Erlang.

Bartosz (talk) 22:41, 23 August 2008 (UTC)Reply

External links modified edit

Hello fellow Wikipedians,

I have just modified one external link on Light-weight process. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 04:40, 26 July 2017 (UTC)Reply

Goroutines (11/2018) edit

Should article refer in any way to goroutines? Tech201805 (talk)