Changes between Version 24 and Version 25 of Internal/VirtualPL/IntegratedExpt


Ignore:
Timestamp:
Oct 2, 2006, 3:35:59 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/IntegratedExpt

    v24 v25  
    166166
    167167-- Faster
     168
    168169-- 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
    169171-- By using hierarchical control, GEXEC distributes both the work and resource usage associated with massive amounts of parallelism across multiple
    170172nodes, thereby eliminating problems associated with single node resource limits (e.g., limits on the number of file descriptors on front-end nodes)
    171173
    172  
     174-- It uses a client server model.