Tag

server-client

0 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Mar 7, 2022 · Backend Development

From Java NIO to Netty: A Practical Guide to High‑Performance Network Programming

This article explains the limitations of traditional blocking I/O, introduces Java NIO with selectors, compares the two models using a kindergarten analogy, critiques raw JDK NIO, and demonstrates how Netty simplifies and optimizes network development with concise server and client code examples while promoting a comprehensive Netty learning book.

Java NIONettyReactor
0 likes · 17 min read
From Java NIO to Netty: A Practical Guide to High‑Performance Network Programming
Xianyu Technology
Xianyu Technology
May 24, 2018 · Artificial Intelligence

Custom TensorFlow Lite OP Pipeline: Architecture, Server and Client Implementation

The article provides an engineering‑focused guide to creating a custom TensorFlow Lite operation pipeline, covering its definition, server‑side registration and compilation, client‑side downloading, verification, decryption and dynamic loading, and discusses current limitations and possible extensions such as compression and new tensor types.

Custom OPModel EncryptionTensorFlow Lite
0 likes · 9 min read
Custom TensorFlow Lite OP Pipeline: Architecture, Server and Client Implementation
Efficient Ops
Efficient Ops
Nov 1, 2015 · Operations

Building a High‑Performance Golang Server‑Client Monitoring System

This article explains how to design and implement an efficient Golang‑based server‑client monitoring solution called OWL, covering data packet structures, network protocols, client and server architecture, concurrency handling with goroutines, and practical code examples for high‑throughput operations.

Opsgolanghigh concurrency
0 likes · 12 min read
Building a High‑Performance Golang Server‑Client Monitoring System
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 7, 2015 · Backend Development

Design and Implementation of Pull Mode in the Pushlets Messaging System

This article explains the Pull mode of Pushlets, detailing its protocol, server‑side session management, client interactions, key configuration parameters, and the encapsulated Channel API that enables long‑connection message pushing for browsers and Java clients.

Messagingbackendchannel-api
0 likes · 5 min read
Design and Implementation of Pull Mode in the Pushlets Messaging System