Ri Xu Online

Change the life in a geek way

  • Home
  • Coding
  • Cloud Native
  • Excelize
  • Aurora
  • TOML-to-Go
  • Rust Report Card
  • About
  • Blog Statement
  • Blogroll
  • Privacy Policy
  • Navigation

WebSocket Server Go Implementation

In 2001, C10k problem are raised, there are already many ways to solve this problem. In this post, I will implement related problem to create a WebSocket server by Go. A WebSocket server is a TCP application listening on any…

Ri Xu August 22, 2016 Coding, Linux No Comments
Read more

LRU and LFU Cache Algorithms

Least Recently Used (LRU) Discards the least recently used items first. This algorithm requires keeping track of what was used when, which is expensive if one wants to make sure the algorithm always discards the least recently used item. General…

Ri Xu August 13, 2016 Coding No Comments
Read more

Disjoint-set Forests Go Implementation

Disjoint-set Disjoint-set data structure also called a union–find data structure or merge–find set. It maintains a collection of disjoint dynamic sets. We identify each set by a , which is some member of the set. In some applications, it doesn't…

Ri Xu July 24, 2016 Coding No Comments
Read more

Continuous Integration with Jenkins Cluster

Introduction Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle. Jenkins provides continuous integration services for software development. It is a server-based system running in a servlet…

Ri Xu July 17, 2016 Linux No Comments
Read more
  • Page 12 of 83« First‹ Previous8910111213141516Next ›Last »

Categories

  • Apps
  • Books
  • Classical Music
  • Cloud Native
  • Coding
  • Kubernetes
  • Life
  • Linux
  • Mac
  • MCU
  • Programming Office
  • Security Related
  • Web
  • Windows

Archives

Tags

Algorithm Apache Apple Apps Banchmark Books CentOS Classical Music Cluster Coding Docker git Go Language Hadoop Homebrew IIS iOS Java Laravel Life Linux Mac MCU Memcached MySQL Nginx Octopress Oracle OS X PHP PostgreSQL Programming Office Python RAID Security Related Server ShadowSocks SSD SSL Ubuntu Vim Virtualization Web WebSocket Windows
Copyright © 2013 - 2025 Ri Xu Online All rights reserved.
Hosting on Azure