mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Missing space; reported by Robert Kern <kernr@ncifcrf.gov>.
This commit is contained in:
parent
d5dfe984e7
commit
6166b871a2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ socket service clients and servers.
|
|||
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
|
||||
different technique, that lets youhave nearly all the advantages of
|
||||
different technique, that lets you have nearly all the advantages of
|
||||
multi-threading, without actually using multiple threads. It's really
|
||||
only practical if your program is largely I/O bound. If your program
|
||||
is CPU bound, then pre-emptive scheduled threads are probably what
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue