Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
LINE BREAKS
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Johnson <[email protected]>
  • Loading branch information
Stephen Johnson committed Apr 26, 2011
1 parent cc98c42 commit 77fe4a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions papers/eecs441_final/architecture.tex
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ \subsection{Issues and Possible Improvements}

If agents cluster in one geographic area, one coordinator may have a significantly higher burden
than the others. This problem could be solved by allowing the master process to dynamically
reallocate the space assigned to each coordinator. This dynamic reassignment is very similar
to the problem of assigning many application instances to many servers, but in addition to simply
trying to distribute CPU and memory load evenly, we are also trying keep traffic between coordinators to a minimum. It would take another paper to describe an effective algorithm to accomplish this goal, and probably a simulator-simulator to test it.
reallocate the space assigned to each coordinator. This dynamic reassignment is very similar to the
problem of assigning many application instances to many servers, but in addition to simply trying to
distribute CPU and memory load evenly, we are also trying keep traffic between coordinators to a
minimum. It would take another paper to describe an effective algorithm to accomplish this goal, and
probably a simulator-simulator to test it.

0 comments on commit 77fe4a1

Please sign in to comment.