mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Merged changes from the 1.5.2p2 release.
(Very rough.)
This commit is contained in:
parent
659ebfa79e
commit
38e5d27cae
59 changed files with 1248 additions and 516 deletions
|
|
@ -1,18 +1,16 @@
|
|||
\section{\module{asyncore} ---
|
||||
Asyncronous socket handler}
|
||||
Asynchronous socket handler}
|
||||
|
||||
\declaremodule{builtin}{asyncore}
|
||||
\modulesynopsis{A base class for developing asyncronous socket
|
||||
\modulesynopsis{A base class for developing asynchronous socket
|
||||
handling services.}
|
||||
\moduleauthor{Sam Rushing}{rushing@nightmare.com}
|
||||
\sectionauthor{Christopher Petrilli}{petrilli@amber.org}
|
||||
% Heavily adapted from original documentation by Sam Rushing.
|
||||
|
||||
This module provides the basic infrastructure for writing asyncronous
|
||||
This module provides the basic infrastructure for writing asynchronous
|
||||
socket service clients and servers.
|
||||
|
||||
%\subsection{Why Asyncronous?}
|
||||
|
||||
There are only two ways to have a program on a single processor do
|
||||
``more than one thing at a time.'' Multi-threaded programming is the
|
||||
simplest and most popular way to do it, but there is another very
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue