9798248144341 - network socket programming: building high-performance servers and client applications on linux (professional systems engineering) de colevar, nathan (9 resultados)

Idioma: Inglés
Editorial: Independently published, 2026
- Tapa blanda
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de AmericaGreatBookPrices
Contactar con el vendedorVendedor de 5 estrellasCondición: Nuevo
EUR 17,21
Envío por EUR 2,28Se envía dentro de Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
Condición: New.

Idioma: Inglés
Editorial: Independently published, 2026
- Tapa blanda
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de AmericaGreatBookPrices
Contactar con el vendedorVendedor de 5 estrellasCondición: Usado - Como Nuevo
EUR 18,74
Envío por EUR 2,28Se envía dentro de Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
Condición: As New. Unread book in perfect condition.

Idioma: Inglés
Editorial: Independently Published, 2026
- Tapa blanda
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de AmericaPBShop.store US
Contactar con el vendedorVendedor de 5 estrellasCondición: Nuevo
EUR 23,21
Gastos de envío gratisSe envía dentro de Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
PAP. Condición: New. New Book. Shipped from UK. Established seller since 2000.

Idioma: Inglés
Editorial: Independently Published, 2026
- Tapa blanda
Librería: PBShop.store UK, Fairford, GLOS, Reino UnidoPBShop.store UK
Contactar con el vendedorVendedor de 5 estrellasCondición: Nuevo
EUR 20,65
Envío por EUR 4,86Se envía de Reino Unido a Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
PAP. Condición: New. New Book. Shipped from UK. Established seller since 2000.

Idioma: Inglés
Editorial: Independently published, 2026
- Tapa blanda
Librería: GreatBookPricesUK, Woodford Green, Reino UnidoGreatBookPricesUK
Contactar con el vendedorVendedor de 5 estrellasCondición: Nuevo
EUR 20,64
Envío por EUR 17,53Se envía de Reino Unido a Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
Condición: New.

Idioma: Inglés
Editorial: Independently published, 2026
- Tapa blanda
Librería: GreatBookPricesUK, Woodford Green, Reino UnidoGreatBookPricesUK
Contactar con el vendedorVendedor de 5 estrellasCondición: Usado - Como Nuevo
EUR 21,69
Envío por EUR 17,53Se envía de Reino Unido a Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
Condición: As New. Unread book in perfect condition.

Idioma: Inglés
Editorial: Independently published, 2026
- Tapa blanda
- Impresión bajo demanda
Librería: California Books, Miami, FL, Estados Unidos de AmericaCalifornia Books
Contactar con el vendedorVendedor de 4 estrellasCondición: Nuevo
EUR 19,57
Gastos de envío gratisSe envía dentro de Estados Unidos de AmericaCantidad disponible: Más de 20 disponibles
Condición: New. Print on Demand.

Idioma: Inglés
Editorial: Independently Published, 2026
- Tapa blanda
- Impresión bajo demanda
Librería: Grand Eagle Retail, Bensenville, IL, Estados Unidos de AmericaGrand Eagle Retail
Contactar con el vendedorVendedor de 5 estrellasCondición: Nuevo
EUR 21,83
Gastos de envío gratisSe envía dentro de Estados Unidos de AmericaCantidad disponible: 1 disponibles
Paperback. Condición: new. Paperback. Master the Machinery of the Internet: A Deep Dive into Linux Kernel Networking and Server ArchitectureNetwork programming is often taught as a simple sequence of function calls. A student learns to create a socket, bind it to a port, and accept a client. In a controlled environment, this wor…ks flawlessly. In a hostile production environment, it fails.Real-world networks are unpredictable. Latency varies, packets are lost, and clients disappear without warning. If you want to build a server that rivals Nginx or a data store that performs like Redis, you need more than a superficial understanding of the API. You need to master the underlying architecture of the Linux operating system.Network Socket Programming is written for the developer who has moved beyond "Hello World" and is ready to tackle the engineering challenges of building robust, high-performance systems. This book bridges the gap between basic syntax and enterprise-scale architecture, stripping away the abstractions to reveal the mechanics of the TCP/IP stack.Key Topics Covered: The Kernel-User Boundary: Understand the true cost of system calls, context switches, and memory copying. Learn how to minimize overhead using advanced buffering strategies.Concurrency at Scale: Rigorous analysis of I/O models. Move from blocking I/O and process-forking to multi-threading, and finally to the massive scalability of I/O Multiplexing with epoll.Event-Driven Architecture: Build a non-blocking event loop from scratch. Master Edge-Triggered notifications, timer management, and signal integration to handle the C10K problem and beyond.Performance Tuning: Optimize the TCP stack using socket options. Resolve the conflict between Nagle's Algorithm and Delayed ACKs, tune buffer sizes for bandwidth-delay products, and implement keepalives that actually work.Zero-Copy Data Transfer: Eliminate the middleman. Use sendfile, splice, and mmap to move gigabytes of data directly from disk to network without touching user-space memory.Production Readiness: Implement defensive programming to handle malformed packets, prevent file descriptor leaks, and secure your connections with OpenSSL.Future Technologies: Explore the cutting edge of Linux networking, including true asynchronous I/O with io_uring, packet filtering with eBPF/XDP, and the shift to UDP-based HTTP/3 with QUIC.This is not a book of scripts; it is a guide to resource management. It teaches you how to manage CPU cycles, memory pages, and bandwidth efficiently. Whether you are writing a high-frequency trading platform, a custom proxy, or simply want to understand the machinery of the internet, this book provides the engineering decisions required for real-world scale. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.

Idioma: Inglés
Editorial: Independently Published, 2026
- Tapa blanda
- Impresión bajo demanda
Librería: CitiRetail, Stevenage, Reino UnidoCitiRetail
Contactar con el vendedorVendedor de 5 estrellasCondición: Nuevo
EUR 24,66
Envío por EUR 43,24Se envía de Reino Unido a Estados Unidos de AmericaCantidad disponible: 1 disponibles
Paperback. Condición: new. Paperback. Master the Machinery of the Internet: A Deep Dive into Linux Kernel Networking and Server ArchitectureNetwork programming is often taught as a simple sequence of function calls. A student learns to create a socket, bind it to a port, and accept a client. In a controlled environment, this wor…ks flawlessly. In a hostile production environment, it fails.Real-world networks are unpredictable. Latency varies, packets are lost, and clients disappear without warning. If you want to build a server that rivals Nginx or a data store that performs like Redis, you need more than a superficial understanding of the API. You need to master the underlying architecture of the Linux operating system.Network Socket Programming is written for the developer who has moved beyond "Hello World" and is ready to tackle the engineering challenges of building robust, high-performance systems. This book bridges the gap between basic syntax and enterprise-scale architecture, stripping away the abstractions to reveal the mechanics of the TCP/IP stack.Key Topics Covered: The Kernel-User Boundary: Understand the true cost of system calls, context switches, and memory copying. Learn how to minimize overhead using advanced buffering strategies.Concurrency at Scale: Rigorous analysis of I/O models. Move from blocking I/O and process-forking to multi-threading, and finally to the massive scalability of I/O Multiplexing with epoll.Event-Driven Architecture: Build a non-blocking event loop from scratch. Master Edge-Triggered notifications, timer management, and signal integration to handle the C10K problem and beyond.Performance Tuning: Optimize the TCP stack using socket options. Resolve the conflict between Nagle's Algorithm and Delayed ACKs, tune buffer sizes for bandwidth-delay products, and implement keepalives that actually work.Zero-Copy Data Transfer: Eliminate the middleman. Use sendfile, splice, and mmap to move gigabytes of data directly from disk to network without touching user-space memory.Production Readiness: Implement defensive programming to handle malformed packets, prevent file descriptor leaks, and secure your connections with OpenSSL.Future Technologies: Explore the cutting edge of Linux networking, including true asynchronous I/O with io_uring, packet filtering with eBPF/XDP, and the shift to UDP-based HTTP/3 with QUIC.This is not a book of scripts; it is a guide to resource management. It teaches you how to manage CPU cycles, memory pages, and bandwidth efficiently. Whether you are writing a high-frequency trading platform, a custom proxy, or simply want to understand the machinery of the internet, this book provides the engineering decisions required for real-world scale. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.