Changes between Version 6 and Version 7 of GettingStarted
- Timestamp:
- 02/21/2012 02:32:52 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted
v6 v7 5 5 The first thing you need to learn about if you're thinking about using Twisted is Deferreds. This is the way Twisted does concurrency allowing your program to handle multiple users while using a single process and thread. 6 6 7 * [http://twistedmatrix.com/ projects/core/documentation/howto/defer.html Using Deferreds]8 * [http://twistedmatrix.com/ projects/core/documentation/howto/gendefer.html Generating Deferreds]7 * [http://twistedmatrix.com/documents/current/core/howto/defer.html Using Deferreds] 8 * [http://twistedmatrix.com/documents/current/core/howto/gendefer.html Generating Deferreds] 9 9 10 10 = Do Something With Twisted = … … 13 13 14 14 * [http://twistedmatrix.com/trac/wiki/Downloads Install Twisted] 15 * [http://twistedmatrix.com/ projects/core/documentation/howto/tutorial/index.html Moshe's Finger Tutorial]15 * [http://twistedmatrix.com/documents/current/core/howto/tutorial/index.html Moshe's Finger Tutorial] 16 16 17 17 = Learn More About Twisted =
