- 論壇徽章:
- 11
|
回復(fù) #1 linPower 的帖子
在你不了解一種技術(shù)的用途時,學(xué)習(xí)理論一般都會比較迷茫,此時就需要實(shí)踐,比如通過網(wǎng)絡(luò)編程實(shí)踐,可以參考UNPV1
Chapter 30. Client/Server Design Alternatives
Section 30.1. Introduction
Section 30.2. TCP Client Alternatives
Section 30.3. TCP Test Client
Section 30.4. TCP Iterative Server
Section 30.5. TCP Concurrent Server, One Child per Client
Section 30.6. TCP Preforked Server, No Locking Around accept
Section 30.7. TCP Preforked Server, File Locking Around accept
Section 30.8. TCP Preforked Server, Thread Locking Around accept
Section 30.9. TCP Preforked Server, Descriptor Passing
Section 30.10. TCP Concurrent Server, One Thread per Client
Section 30.11. TCP Prethreaded Server, per-Thread accept
Section 30.12. TCP Prethreaded Server, Main Thread accept
Section 30.13. Summary |
|