Xref: utzoo comp.lang.c++:9129 gnu.g++:1065 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!sdd.hp.com!caen!ox.com!umich!abaa!korsberg From: korsberg@abaa.uucp (Ed Korsberg) Newsgroups: comp.lang.c++,gnu.g++ Subject: Re: discrete-event simulation in C++ Message-ID: <5605@abaa.UUCP> Date: 22 Aug 90 11:47:46 GMT References: <2533@ryn.esg.dec.com> <5845@castle.ed.ac.uk> Reply-To: korsberg@abaa.UUCP (Ed Korsberg) Followup-To: comp.lang.c++ Organization: Allen Bradley Lines: 25 In article <5845@castle.ed.ac.uk> ecsv38@castle.ed.ac.uk (S Manoharan) writes: >But, could someone tell me how event-based simulations compare >with process-based simulations with respect to: > 1. Ease of development > 2. Code updatability and maintainability > 3. Code size > 4. ..... > >Are event-based simulations stuffs of stone-age? > I think process based simulations are more appropriate for modeling multi-tasking computer systems. It would also seem to be more "object oriented" than event based simulations in that an object can be modeled independently of another object. Event based simulations still have their place but I believe that process based simulations have replaced it for most models. -------------------------------------------------------------------------------- -- Ed Korsberg E-mail: korsberg@aa.ab.com Allen Bradley phone: 313-998-2470 555 Briarwood Circle Ann Arbor, Mich 48104