| Article: |
Untwisting Python Network Programming | |
| Subject: | Why untwisting? | |
| Date: | 2006-08-14 08:15:01 | |
| From: | glyph@divmod.com | |
|
Response to: Why untwisting?
|
||
|
Are you measuring the time it takes to perform a task, or the amount of time it takes to start the interpreter, load every module, perform the task, and shut down the interpreter?
|
||
Showing messages 1 through 1 of 1.
-
Short examples don't show event driven-driven benefits
2006-08-23 11:11:38 andypurshottam [View]



Found I really understood POE after completing such a program, and would advise those trying to learn a event-driven stsrem to code such. Only proplem is that doing so is not trivial, especially given the small examples that come with most systems, that do not explain how to do the tricky things needed so code a proxy, that also has GUI or standard IO, and possibly multple network connections.
Andy (andypurshottam@gmail.com)