Changes between Version 3 and Version 4 of ParallelTrafficViewSimulator


Ignore:
Timestamp:
Dec 4, 2009, 3:22:45 PM (14 years ago)
Author:
sinziana.mazilu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ParallelTrafficViewSimulator

    v3 v4  
    66 * Team members: '''Sinziana Mazilu''' - sinziana.mazilu, '''Mihaela Teler''' - mihaela.teler
    77 * Project description: Search for algorithms for parallel data computing in VANETs. Parallelize VNSim, an existing traffic and network simulator.
     8== What? ==
    89
    9 == Why need PTVS ==
     10== So What? ==
    1011
    1112Single-threaded simulation engines based on instantaneous events have just one current event. In contrast, multi-threaded simulation engines supporting an interval based event model may have multiple current events. In both cases there are significant problems with synchronization between current events.
     
    5455
    5556We will introduce parallelism at the level of process next event.
     57
     58== Now what? ==