Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locale/de/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Schnittstelle setzt das [`Cluster`][] Modul auf, dass es Prozessen erlaubt
Sockets gemeinsam zu nutzen, um Lastverteilung über Kerne hinweg zu
ermöglichen.

[blockierend vs. blockierungsfrei]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md
[blockierend vs. blockierungsfrei]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
[`Cluster`]: https://nodejs.org/api/cluster.html
[Ereignisschleife]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md
[Ereignisschleife]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
[Event Machine]: http://rubyeventmachine.com/
[Twisted]: http://twistedmatrix.com/
4 changes: 2 additions & 2 deletions locale/en/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ communicate with. Built upon that same interface is the [`cluster`][] module,
which allows you to share sockets between processes to enable load balancing
over your cores.

[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md
[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
[`cluster`]: https://nodejs.org/api/cluster.html
[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md
[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
[Event Machine]: http://rubyeventmachine.com/
[Twisted]: http://twistedmatrix.com/
4 changes: 2 additions & 2 deletions locale/ja/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ Node はスレッドがない設計をしているという理由だけで、複
通信しやすく設計された子プロセスは [`child_process.fork()`][] API を使って生成できます。
コア上でロードバランシングを有効にするためにプロセス間でソケットを共有することを可能にする [`cluster`][] モジュールが同じインターフェース上に内蔵されています。

[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md
[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
[`cluster`]: https://nodejs.org/api/cluster.html
[イベントループ]: https://github.com/nodejs/node/blob/master/doc/topics/the-event-loop-timers-and-nexttick.md
[イベントループ]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
[Event Machine]: http://rubyeventmachine.com/
[Twisted]: http://twistedmatrix.com/
8 changes: 4 additions & 4 deletions locale/ko/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ Node는 스레드를 사용하지 않도록 설계되지만 멀티 코어 환경
소켓을 공유할 수 있습니다.

<!--
[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md
[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
[`cluster`]: https://nodejs.org/api/cluster.html
[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md
[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
[Event Machine]: http://rubyeventmachine.com/
[Twisted]: http://twistedmatrix.com/
-->

[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md
[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
[`cluster`]: https://nodejs.org/api/cluster.html
[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md
[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
[Event Machine]: http://rubyeventmachine.com/
[Twisted]: http://twistedmatrix.com/
4 changes: 2 additions & 2 deletions locale/uk/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ HTTP є об'єктом першого роду в Node, розробленим
інтерфейсі і дозволяє вам ділитись сокетами між процесами та
розподіляти навантаження між ядрами.

[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md
[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
[`cluster`]: https://nodejs.org/api/cluster.html
[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/the-event-loop-timers-and-nexttick.md
[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
[Event Machine]: http://rubyeventmachine.com/
[Twisted]: http://twistedmatrix.com/