Book
ふつうのLinuxプログラミング 第2版
青木峰郎
Buy on Amazon* The link above is an advertisement via Amazon Associates.
Summary
C言語によるHTTPサーバーの実装を通じて、システムコールやプロセス間通信といった Linux OSのメカニズムを深く理解し、抽象化の裏側を知ることができる一冊。
Target Readers
- Linuxの低レイヤーを理解したいエンジニア
- Webサーバーの内部動作に興味がある開発者
Tags
#linux#system-programming#os-internals#process
Colophon
- Publisher
- SBクリエイティブ
- ISBN
- 978-4797386479
- Published
- Sep 2017
- List price
- ¥3,025incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
マスタリングTCP/IP 入門編 第6版
井上直也、村山公保、竹下隆史、荒井透、苅田幸雄
Reason: After grasping how networks work, you descend to the OS layer that actually handles that communication. Linux system programming introduces the APIs—sockets, processes, file descriptors—on which servers run, bridging protocol and implementation.
Next Books
- Recommended
Spring徹底入門
株式会社NTTデータ
Reason: Knowing the OS-level mechanisms for processes, I/O, and memory lets you see what Spring abstracts away under the hood. This low-level understanding keeps the framework from being a black box and pays off when diagnosing performance issues and failures.