First page Back Continue Last page Overview Graphics
Don't: assume all the world is a PC
Linux runs on all kinds of systems
- handhelds to supercomputers
- 32/64 bit
- Single processor through thousands of processors
- A few dozen architectures
Your code should build and work everywhere
In particular:
- Get your locking right from the beginning