28 Matching Annotations
  1. Nov 2022
    1. When a process loses its parent, init becomes its new parent. init periodically executes the wait system call to reap any zombies with init as parent.
    2. Zombie processes should not be confused with orphan processes: an orphan process is a process that is still executing, but whose parent has died. When the parent dies, the orphaned child process is adopted by init (process ID 1). When orphan processes die, they do not remain as zombie processes; instead, they are waited on by init.
    3. The result is that a process that is both a zombie and an orphan will be reaped automatically.
    1. When a zombie is created (i.e. which happens when its parent exits, and therefore all chances of it ever being waited by it are gone), it is reparent to init, which is expected to reap it (which means calling wait on it).
    2. In other words, someone has to clean up after "irresponsible" parents that leave their children un-wait'ed, and that's PID 1's job.
    3. Have lost their parent (i.e. their parent exited as well), which means they'll never be waited on by their parent.

      He's supposedly defining a zombie process, but here ends up defining an orphan process, conflating the two.

    4. Now, unlike other processes, PID 1 has a unique responsibility, which is to reap zombie processes.
    1. According to the Unix process model, the init process -- PID 1 -- inherits all orphaned child processes and must reap them. Most Docker containers do not have an init process that does this correctly. As a result, their containers become filled with zombie processes over time.
    1. A low-level approach is to fork twice, running the desired process in the grandchild, and immediately terminating the child. The grandchild process is now orphaned, and is not adopted by its grandparent, but rather by init.
    2. The process group mechanism in most Unix-like operating systems can be used to help protect against accidental orphaning, where in coordination with the user's shell will try to terminate all the child processes with the "hangup" signal (SIGHUP), rather than letting them continue to run as orphans.
    3. In a Unix-like operating system any orphaned process will be immediately adopted by an implementation-defined system process: the kernel sets the parent to this process
    4. Even though technically the process has a system process as its parent, it is still called an orphan process since the process that originally created it no longer exists.
    1. Let's look at a concrete example. Suppose that your container contains a web server that runs a CGI script that's written in bash. The CGI script calls grep. Then the web server decides that the CGI script is taking too long and kills the script, but grep is not affected and keeps running. When grep finishes, it becomes a zombie and is adopted by the PID 1 (the web server). The web server doesn't know about grep, so it doesn't reap it, and the grep zombie stays in the system.
  2. Aug 2022
  3. Feb 2022
    1. 12. 2017. What is the maximum length of a URL in differentbrowsers?http://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers. (2017).
    2. 1. 2013. A History of Live Programming.http://liveprogramming.github.io/liveblog/2013/01/a-history-of-live-programming/. (Jan. 2013).
    3. 20. Andrew Cantino. 2017. SelectorGadget: point and clickCSS selectors.http://selectorgadget.com/. (2017).
    4. 32. Donald E. Knuth. 1984. Literate Programming.Comput.J.27, 2 (May 1984), 97–111.DOI:http://dx.doi.org/10.1093/comjnl/27.2.97

    Tags

    Annotators

  4. Jan 2022
  5. Oct 2021
  6. Sep 2021
  7. Mar 2021
  8. Oct 2019
  9. Aug 2017
  10. Jul 2016
    1. Effective Copyright Policy: Copyrights encourage creativity and incentivize innovators to invest knowledge, time, and money into the generation of myriad forms of content. However, the copyright system has languished for many decades, and is in need of administrative reform to maximize its benefits in the digital age. Hillary believes the federal government should modernize the copyright system by unlocking—and facilitating access to—orphan works that languished unutilized, benefiting neither their creators nor the public. She will also promote open-licensing arrangements for copyrighted material and data supported by federal grant funding, including in education, science, and other fields. She will seek to develop technological infrastructure to support digitization, search, and repositories of such content, to facilitate its discoverability and use.   And she will encourage stakeholders to work together on creative solutions that remove barriers to the seamless and efficient licensing of content in the U.S. and abroad.

      "Effective Copyright Policy" section of "Hillary Clinton’s Initiative on Technology & Innovation". Note, especially, the position on orphan works.

  11. Jun 2016
    1. In rare cases, a questionable, published paper may acquire“orphan” status (Rennie & Flanagin, 1994, p. 469), as allconcerned try to wash their hands of it, invoking hyperlaborspecialization as grounds for exoneration. Such a scenario isinconceivable under the standard model, where authorshipand accountability are isomorphic. But when authorship/ownership of a study is distributed across multiple contrib-utors, many of whom may have zero or weak relation-ships—whether personal or institutional—with their myriadcoworkers (Katz & Martin, 1997), the practical (i.e., en-forceable) allocation of accountability may pose intractableproblems

      orphan papers: where everybody washes hand of poor results by saying it wasn't their specialisation. [[Why is this a problem, actually? The point is that we catch fraudulent or wrong papers, not that we have somebody to blame.

  12. May 2016
    1. that doesn't mean the drugs can't be immensely profitable. Treanda is an orphan drug but also Teva's second-best seller, racking up $740 million in sales last year, according to Teva's annual report.

      Isn't the whole point of an orphan drug classification that of limited commercial viability? So if they're not commercially viable how are they profitable?