nodejs.org icon indicating copy to clipboard operation
nodejs.org copied to clipboard

Broken link to "An Introduction to Linux Block I/O"

Open andresakata opened this issue 1 year ago • 3 comments

URL:

https://nodejs.org/en/learn/asynchronous-work/dont-block-the-event-loop

Browser Name:

Chrome

Browser Version:

125.0.6422.176

Operating System:

MacOS

How to reproduce the issue:

On this page, there is a link to "http://researcher.ibm.com/researcher/files/il-AVISHAY/01-block_io-v1.3.pdf". However, this link is not working anymore. You can still find it on the webarchive, but I couldn't find the actual location for this content (if there is any).

andresakata avatar Jun 24 '24 11:06 andresakata

Thanks. I wasn't able to find a live version either. I guess the question is do we remove the link, or do we link to the wayback machine. It's being referenced in the context of an example so I'm leaning towards removing it - but welcome to other thoughts

mikeesto avatar Jun 25 '24 01:06 mikeesto

An alternative is to reference the IO schedulers documentation from Ubuntu Wiki if we want to keep the example.

andresakata avatar Jun 25 '24 11:06 andresakata

Hi, I want to contrubute in this issue. Should i update it with new link as given by @andresakata, or remove it.

Wellitsabhi avatar Jun 30 '24 07:06 Wellitsabhi

I'm in favor of removing the example. I just read the paragraph again, and the explanation of I/O-intensive tasks and its implications are well covered.

andresakata avatar Jul 13 '24 19:07 andresakata

Feel free to open a PR :)

ovflowd avatar Jul 20 '24 15:07 ovflowd