Changes between Initial Version and Version 1 of WorkShop09/InterprocComm


Ignore:
Timestamp:
Nov 2, 2009, 1:30:07 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkShop09/InterprocComm

    v1 v1  
     1{{{
     2BOF 1: (INTER PROCESS COMMUNICATION)
     3vulnerability issues in IPC (get/read/put) -- how can we prevent malicious users from corrupting the database?
     4
     5firewall issues -- certain clients will not be able to communicate.
     6
     7what type of applications can use this?
     8        cellular GAs?
     9MPI applications -- not all MPI applications require tightly coupled processors, some have more appropriate computation to communication ratios.
     10
     11somewhat coupled applications
     12         load balancing -- appropriately balancing load can reduce inter client communication and maybe make IPC useful to some applications
     13         process migration -- can aid in load balancing
     14         latency detection -- grouping clients with low latency could allow group computation
     15
     16malaria control
     17        memory bound simulation can benefit from having a workunit split between hosts
     18        are communication requirements realistic?
     19        reduce communication with algorithm
     20
     21p2p communication bewteen clients
     22
     23distributed hashtables could be used for put/read/get
     24
     25put/read/get could use storage for checkpoints -- cliques can be used as well
     26
     27}}}