Mastering System Calls: A Comprehensive Guide to the C Library and Kernel Interfaces for Linux (eBook)

Mastering System Calls: A Comprehensive Guide to the C Library and Kernel Interfaces for Linux (eBook)

Nathan Colevar
Nathan Colevar
Prezzo:
€ 4,99
Compra EPUB
Prezzo:
€ 4,99
Compra EPUB

Formato

:
EPUB
Cloud: Scopri di più
Compatibilità: Tutti i dispositivi
Lingua: Inglese
Editore: Nathan Colevar
Codice EAN: 9798233086700
Anno pubblicazione: 2026
Scopri QUI come leggere i tuoi eBook
Abbonati a Kobo Plus per avere accesso illimitato a migliaia di eBook

Note legali

NOTE LEGALI

a) Garanzia legale, Pagamenti, Consegne, Diritto di recesso
b) Informazioni sul prezzo
Il prezzo barrato corrisponde al prezzo di vendita al pubblico al lordo di IVA e al netto delle spese di spedizione
Il prezzo barrato dei libri italiani corrisponde al prezzo di copertina.
I libri in inglese di Libraccio sono di provenienza americana o inglese.
Libraccio riceve quotidianamente i prodotti dagli USA e dalla Gran Bretagna, pagandone i costi di importazione, spedizione in Italia ecc.
Il prezzo in EURO è fissato da Libraccio e, in alcuni casi, può discostarsi leggermente dal cambio dollaro/euro o sterlina/euro del giorno. Il prezzo che pagherai sarà quello in EURO al momento della conferma dell'ordine.
In ogni caso potrai verificare la convenienza dei nostri prezzi rispetto ad altri siti italiani e, in moltissimi casi, anche rispetto all'acquisto su siti americani o inglesi.
c) Disponibilità
I termini relativi alla disponibilità dei prodotti sono indicati nelle Condizioni generali di vendita.

Disponibilità immediata
L'articolo è immediatamente disponibile presso Libraccio e saremo in grado di procedere con la spedizione entro un giorno lavorativo.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Disponibile in giorni o settimane (ad es. "3-5-10 giorni", "4-5 settimane" )
L'articolo sarà disponibile entro le tempistiche indicate, necessarie per ricevere l'articolo dai nostri fornitori e preparare la spedizione.
Nota: La disponibilità prevista fa riferimento a singole disponibilità.

Prenotazione libri scolastici
Il servizio ti permette di prenotare libri scolastici nuovi che risultano non disponibili al momento dell'acquisto.

Attualmente non disponibile
L'articolo sarà disponibile ma non sappiamo ancora quando. Inserisci la tua mail dalla scheda prodotto attivando il servizio Libraccio “avvisami” e sarai contattato quando sarà ordinabile.

Difficile reperibilità
Abbiamo dei problemi nel reperire il prodotto. Il fornitore non ci dà informazioni sulla sua reperibilità, ma se desideri comunque effettuare l'ordine, cercheremo di averlo nei tempi indicati. Se non sarà possibile, ti avvertiremo via e-mail e l'ordine verrà cancellato.
Chiudi

Descrizione

Stop Viewing the Operating System as a Black Box. The illusion of direct control is the primary abstraction of modern programming. When you write code that prints text, allocates memory, or reads a file, it feels as though you are directly manipulating hardware. In reality, your application is isolated in a restricted environment known as user space. To perform any meaningful action, your program must request services from the Linux kernel. The mechanism for this request is the System Call. Mastering System Calls bridges the gap between high-level C library functions and the raw kernel interfaces that power the Linux operating system. This book moves beyond standard APIs to explore the mechanical heart of Linux, giving you the knowledge to write software that is not just functional, but performant, secure, and robust. Designed for systems engineers, C programmers, and Linux enthusiasts, this comprehensive guide peels back the layers of abstraction. You will stop guessing what happens in the milliseconds between a function call and a return value, and start architecting with precision. In this book, you will discover: The Anatomy of a System Call: Understand the transition from user space to kernel space, including register handling, context switches, and the role of the CPU. Process & Memory Mastery: Deep dive into the lifecycle of a process, virtual memory layout, stack and heap management, and copy-on-write mechanisms. Advanced File I/O: Move beyond simple reads and writes with scatter-gather I/O, memory-mapped files, and non-blocking operations. Concurrency & Control: Master the complexities of process groups, sessions, and multi-threading with POSIX threads (pthreads) and synchronization primitives. Interprocess Communication (IPC): Build distributed systems using pipes, FIFOs, message queues, shared memory, and Unix domain sockets. Network Programming: Construct robust TCP and UDP servers using the Berkeley Sockets API. Performance & Debugging: Learn to profile your applications using strace, perf, and gdb to eliminate bottlenecks and race conditions. Whether you are building high-performance web servers, embedded systems, or simply want to understand the engine room of your operating system, this book provides the blueprint. Step out of the passenger seat and into the engine room. Scroll up and buy now to master the interface between your code and the Linux kernel.