The first model was built using seize, server, and release objects. I ran the simulation and got the following output:
-Customers generated = 711
-Customers in barista queue at end of sim = 141
-Customers exited = 569
-Average barista queue time = 0.47311 h
I then used save...as... to copy the model and just replaced the seize, server, and release objects with a single EntityProcessor object. I used the same resources and same distribution for service time.
-Customers generated = 711
-Customers in barista queue at end of sim = 141
-Customers exited = 569
-Average barista queue time = 0.854455 h
I don't understand why there would be a difference in average barista queue time as I thought that the EntityProcessor is a direct replacement for seize, server, and release - especially when the exact same number of customers were serviced through each model over the same time horizon.
I'm not a member of the group right now, but will post my models once I'm approved.
Thank you,
Charles