JakobNielsen Posted April 29, 2017 Posted April 29, 2017 Hello. Is there a somewhat simple way to delay the start of a server until a fixed number of entities are in queue? If I have a server with a capacity of 6, and I want it to process 6 at a time, thus not starting before 6 entities have accumulated in the queue. How would I go about doing this? Thanks.
CWatson Posted April 30, 2017 Posted April 30, 2017 There is a SimBit named "BatchingProcessUsingScanOrWaitStepToControlBatchSize" that shows two different modelling alternatives for batch processing at a Server - one of the models uses the new Scan step, while the other model uses the Wait step for handling batch processing.
Recommended Posts