- 博客(15)
- 收藏
- 关注
转载 TIME_WAIT
原文: http://www.serverframework.com/asynchronousevents/2011/01/time-wait-and-its-design-implications-for-protocols-and-scalable-servers.htmlrefer
2014-04-17 20:20:27
637
转载 pid,ppid,pgid,sid,tpgid,tty,pipeline,&
> echo $$4834> ps -o pid,ppid,pgid,sid,tpgid,tty,comm PID PPID PGID SID TPGID TT COMMAND 4834 4827 4834 4834 18504 pts/3 bash18504 4834 18504 4834 18504 pts/3 ps
2014-04-10 20:26:45
5015
1
转载 高中生活与古希腊世界 ---节选自社会动物
高中生活与古希腊世界---节选自社会动物哈罗德在头几周觉得泰勒女士很荒唐,不久后觉得她是他永远难以忘怀的人。一天下午,当哈罗德上完体育课去吃午饭时,最重要的时刻到来了。泰勒女士埋伏在走廊里,紧靠着储物柜,穿着土黄色外衣以隐藏自己。她看见她的猎物以正常速度接近,她以专业的沉着和耐心跟踪了他几秒钟,然后当走廊的人群散开、哈罗德孤身一人时,她发起了突然袭击。她将一本薄薄的书按在哈罗德手里,“这将
2014-04-06 17:14:16
1183
转载 10 Papers Every Programmer Should Read (At Least Twice) --- Michael Feather
On the criteria to be used in decomposing systems into modules – David Parnas A Note On Distributed Computing – Jim Waldo, Geoff Wyant, Ann Wollrath, Sam Kendall The Next 700 Programming Languages – P
2014-04-06 15:34:23
648
转载 job, process, process group, and session
A process is any running program with its own address space.A job is a concept used by the shell - any program you interactively start that doesn't detach (ie, not a daemon) is a job. If you're ru
2014-03-31 20:04:04
765
转载 Signal
Signal Default Action DescriptionSIGABRT A Process abort signal.SIGALRM T Alarm clock.SIGBUS A Access to an undefined portion of a mem- ory obj
2014-03-28 20:31:48
938
转载 VPATH
VPATH:The value of the make variable VPATH specifies a list of directories that make should search. Most often, the directories are expected to contain prerequisite files that are not in the current
2014-03-11 17:41:07
584
转载 GNU Pth for User-Space Context
User-Space ContextThe following functions provide a stand-alone sub-API for user-space context switching. It internally is based on the same underlying machine context switching mechanism the thre
2014-02-23 18:55:33
1024
转载 How do I get my program to act like a daemon?
Here are the steps to become a daemon:1. fork() so the parent can exit, this returns control to the command line or shell invoking your program. This step is required so that the new process is guar
2014-02-19 21:00:28
641
转载 linux fdisk, mkfs, mount, inode
fdisk - Partition table manipulator for Linux (分区) fdisk [-u] [-b sectorsize] [-C cyls] [-H heads] [-S sects] device Hard disks can be divided into one or more logical disks called
2014-02-19 15:31:28
907
转载 What is the single most influential book every programmer should read?
Code Complete (2nd edition) by Steve McConnellThe Pragmatic ProgrammerStructure and Interpretation of Computer ProgramsThe C Programming Language by Kernighan and RitchieIntroduction to Algori
2014-02-19 11:33:59
527
转载 const volatile, register volatile, static volatile in C++
来源: http://stackoverflow.com/questions/16259939/const-volatile-register-volatile-static-volatile-in-cregister volatile int T=10;volatile qualifier means that the compiler cannot apply
2014-02-19 11:26:04
544
原创 Reactor An Object Behavioral Pattern for Demultiplexing and Dispatching Handles for Synchronous Even
2014-02-17 20:49:50
724
转载 linux shared library
The linker(ld) options of shared library: -soname=name When creating an ELF shared object, set the internal DT_SONAME field to the specified name. When an executable is
2013-09-02 19:46:47
1174
原创 利用nginx subrequest实现与多个后端server的交互
文中标有 “???”的地方, 如果去掉, 会出现客户端长时间等待nginx返回结果, 有点疑惑?如果 读者, 知道原因, 请告知我, 谢谢!/* * 利用nginx subrequest实现与多个后端server的交互 * Nginx version: 1.2.2 * Copyright (C) eling * Email: luxuejun12@gmai.com *
2012-08-09 18:14:31
1436
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人