HackerTrans
トップ新着トレンドコメント過去質問紹介求人

goodyduru

no profile record

投稿

[untitled]

1 ポイント·投稿者 goodyduru·昨年·0 コメント

How I Calculate an x86 CPU FLOPs

goodyduru.com
2 ポイント·投稿者 goodyduru·2 年前·0 コメント

IPC – Memory Mapped Files

goodyduru.github.io
2 ポイント·投稿者 goodyduru·2 年前·0 コメント

IPC – Shared Memory

goodyduru.github.io
9 ポイント·投稿者 goodyduru·2 年前·0 コメント

IPC – Message Queues

goodyduru.github.io
22 ポイント·投稿者 goodyduru·3 年前·0 コメント

IPC – Unix Signals

goodyduru.github.io
52 ポイント·投稿者 goodyduru·3 年前·26 コメント

[untitled]

1 ポイント·投稿者 goodyduru·3 年前·0 コメント

Inter-Process Communication – Named Pipes

goodyduru.github.io
2 ポイント·投稿者 goodyduru·3 年前·0 コメント

Introduction to Inter-Process Communication

goodyduru.github.io
2 ポイント·投稿者 goodyduru·3 年前·0 コメント

Flawed Routers Flood University of Wisconsin Internet Time Server (2003)

pages.cs.wisc.edu
1 ポイント·投稿者 goodyduru·3 年前·0 コメント

コメント

goodyduru
·3 年前·議論
Author here. I've corrected the errors. Thanks!
goodyduru
·3 年前·議論
Author here. Thanks for the feedback! Corrected the error.
goodyduru
·3 年前·議論
Author here. I agree with you on preferring sockets to signals for IPC. It's more straightforward and stable to use it. This article is one of a series I'm writing on IPC. Writing about them ensures I understand them better. I wrote one on sockets[1].

[1] https://goodyduru.github.io/os/2023/10/03/ipc-unix-domain-so...