Doc updates.

pull/35/head
David Wilson 9 years ago
parent dd03183022
commit 1bafeb4434

@ -10,3 +10,5 @@ Future
* Connect back using TCP and SSL. * Connect back using TCP and SSL.
* Python 3 support. * Python 3 support.
* Predictive import: reduce roundtrips by pipelining modules observed to
probably be requested in future.

@ -156,8 +156,9 @@ off-the-shelf implementations are for the most part entirely inappropriate. For
example, a minimal copy of Twisted weighs in at around 440KiB and is composed example, a minimal copy of Twisted weighs in at around 440KiB and is composed
of approximately 115 files. Even if we could arrange for an entire Python of approximately 115 files. Even if we could arrange for an entire Python
package to be transferred during bootstrap, this minimal configuration is package to be transferred during bootstrap, this minimal configuration is
massive in comparison to econtext's solution, and would require manually massive in comparison to econtext's solution, multiplies quickly in the
splitting up the parts of Twisted that we would like to use. presence of many machines, and would require manually splitting up the parts of
Twisted that we would like to use.
Differences Between Master And Slave Brokers Differences Between Master And Slave Brokers
@ -169,6 +170,10 @@ Differences Between Master And Slave Brokers
The Module Importer The Module Importer
------------------- -------------------
Minimizing Roundtrips
#####################
Child Package Enumeration Child Package Enumeration
######################### #########################

Loading…
Cancel
Save