Changes between Version 7 and Version 8 of PTVS_Ideas


Ignore:
Timestamp:
Jan 13, 2010, 10:23:26 PM (14 years ago)
Author:
sinziana.mazilu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PTVS_Ideas

    v7 v8  
    3333
    3434Generally the processing of an event consists in the determination of its type and then the execution of specific actions, followed by the creation and planning of the next events (method schedEvent).
     35
     36== Ideas for parallel computation ==
     37
     381. First, we can have a simple "work" for simulator: we said that we don't need to use threads in the processing of GPS events and Cleanup events, so we'll have a queue for these types of events. And also, it would be another 2 queues: each one for a type of event - Send Event and Receive Event.
     39Three queues, each queue assigned for a processor. Each queue is assigned to a processor, so we'll have 3 processors.
     40Is a good step to divide the work, but is not enough. Presume that we have more processors, we can use them.
     41
     422. Another approach is to assign a processor to each road. In VANET simulators (and also, in real world VANETS), cars are processing messages.