Changes between Version 1 and Version 2 of WorkShop09/InterprocComm

Show
Ignore:
Author:
davea (IP: 128.32.18.181)
Timestamp:
11/03/09 15:01:53 (3 weeks ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkShop09/InterprocComm

    v1 v2  
    1 {{{ 
     1 
    22BOF 1: (INTER PROCESS COMMUNICATION) 
    33vulnerability issues in IPC (get/read/put) -- how can we prevent malicious users from corrupting the database? 
    1010 
    1111somewhat 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 
     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 
    1515 
    1616malaria control 
    2525put/read/get could use storage for checkpoints -- cliques can be used as well 
    2626 
    27 }}} 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.