HackerTrans
TopNewTrendsCommentsPastAskShowJobs

goodyduru

no profile record

Submissions

[untitled]

1 points·by goodyduru·vorig jaar·0 comments

How I Calculate an x86 CPU FLOPs

goodyduru.com
2 points·by goodyduru·2 jaar geleden·0 comments

IPC – Memory Mapped Files

goodyduru.github.io
2 points·by goodyduru·2 jaar geleden·0 comments

IPC – Shared Memory

goodyduru.github.io
9 points·by goodyduru·2 jaar geleden·0 comments

IPC – Message Queues

goodyduru.github.io
22 points·by goodyduru·3 jaar geleden·0 comments

IPC – Unix Signals

goodyduru.github.io
52 points·by goodyduru·3 jaar geleden·26 comments

[untitled]

1 points·by goodyduru·3 jaar geleden·0 comments

Inter-Process Communication – Named Pipes

goodyduru.github.io
2 points·by goodyduru·3 jaar geleden·0 comments

Introduction to Inter-Process Communication

goodyduru.github.io
2 points·by goodyduru·3 jaar geleden·0 comments

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

pages.cs.wisc.edu
1 points·by goodyduru·3 jaar geleden·0 comments

comments

goodyduru
·3 jaar geleden·discuss
Author here. I've corrected the errors. Thanks!
goodyduru
·3 jaar geleden·discuss
Author here. Thanks for the feedback! Corrected the error.
goodyduru
·3 jaar geleden·discuss
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...