Yuanma.org

China Open Source community - News and Technical articles!

Install minimum X11 on Ubuntu Server

sudo apt-get install xorg gdm xfce4
or
sudo apt-get install xorg gdm fluxbox
or
sudo apt-get install xorg gdm icewm
or
sudo apt-get install xorg gdm gnome-core
or
sudo apt-get install xorg gdm kde-core

No tags in the article.

No related blog

High-Performance Server Architecture

Introduction

The purpose of this document is to share some ideas that I’ve
developed over the years about how to develop a certain kind of
application for which the term "server" is only a weak approximation.
More accurately, I’ll be writing about a broad class of programs that
are designed to handle very large numbers of discrete messages or
requests per second. Network servers most commonly fit this definition,
but not all programs that do are really servers in any sense of the
word. For the sake of simplicity, though, and because "High-Performance
Request-Handling Programs" is a really lousy title, we’ll just say
"server" and be done with it.

[Read the rest of this entry...]

No tags in the article.

No related blog