Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created September 5, 2015 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shichao-an/c24805ad58ef28ca095f to your computer and use it in GitHub Desktop.
Save shichao-an/c24805ad58ef28ca095f to your computer and use it in GitHub Desktop.
SRE mianjings
1. LeetCode: Word Ladder
2. memory management
what's page fault? what would cause page fault?
char *a = 0x123456;
is the memory address pointing physical location?
kernel, software or hardware doing the memory translation?
what would cause page fault to load data from harddrive (not swap)? (
access lib.so)
3. networking
what happen when tcp packet lost? what is tcp sliding window?
what is the optimal sliding windows size if you the round tril time is
100ms and bandwidth is 100mb/s?
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment