Size: 835
Comment:
|
Size: 835
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
-- dreamingk [[[DateTime(2004-08-09T01:53:40Z)]]] | -- dreamingk [[[DateTime(2004-08-09T01:57:25Z)]]] |
底层网络及事务循环 教程 -- dreamingk [DateTime(2004-08-09T01:57:25Z)] TableOfContents
底层网络及事务循环(Low-Level Networking and Event Loop)
异步编程(Asynchronous Programming)
- ["/LlNEL1"] --
Reactor基础(Reactor basics)
- ["/LLNEL2"] --
编写TCP服务(Writing a TCP server)
- ["/LLNEL3"] --
编写TCP客户端(Writing a TCP client)
- ["/LLNEL4"] --
UDP网络(UDP Networking)
- ["/LLNEL5"] --
运用进程(Using processes)
- ["/LLNEL6"] --
运用调度(Using Deferreds)
- ["/LLNEL7"] --
安排时序(Scheduling)
- ["/LLNEL8"] --
运用线程(Using threads)
- ["/LLNEL9"] --
选择reactor与GUI工具结合(Choosing a reactor and GUI toolkit integration)
- ["/LLNEL10"] --