##// END OF EJS Templates
remove link to newparallel branch in connections doc
MinRK -
Show More
@@ -10,15 +10,10 b' IPython cluster for parallel computing.'
10 All Connections
10 All Connections
11 ===============
11 ===============
12
12
13 The Parallel Computing code is currently under development in IPython's newparallel_
14 branch on GitHub.
15
16 .. _newparallel: http://github.com/ipython/ipython/tree/newparallel
17
18 The IPython cluster consists of a Controller, and one or more each of clients and engines.
13 The IPython cluster consists of a Controller, and one or more each of clients and engines.
19 The goal of the Controller is to manage and monitor the connections and communications
14 The goal of the Controller is to manage and monitor the connections and communications
20 between the clients and the engines. The Controller is no longer a single process entity,
15 between the clients and the engines. The Controller is no longer a single process entity,
21 but rather a collection of processes - specifically one Hub, and 3 (or more) Schedulers.
16 but rather a collection of processes - specifically one Hub, and 4 (or more) Schedulers.
22
17
23 It is important for security/practicality reasons that all connections be inbound to the
18 It is important for security/practicality reasons that all connections be inbound to the
24 controller processes. The arrows in the figures indicate the direction of the
19 controller processes. The arrows in the figures indicate the direction of the
General Comments 0
You need to be logged in to leave comments. Login now