Changes between Version 24 and Version 25 of Internal/VirtualPL/IntegratedExpt
- Timestamp:
- Oct 2, 2006, 3:35:59 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/VirtualPL/IntegratedExpt
v24 v25 166 166 167 167 -- Faster 168 168 169 -- GEXEC operates by building an n-ary tree of TCP sockets and threads between gexec daemons and propagating control information up and down the tree. 170 169 171 -- By using hierarchical control, GEXEC distributes both the work and resource usage associated with massive amounts of parallelism across multiple 170 172 nodes, thereby eliminating problems associated with single node resource limits (e.g., limits on the number of file descriptors on front-end nodes) 171 173 172 174 -- It uses a client server model.