Hi, so basically in my current file, I have the system already in place however, my issue is currently, i need queue 1,2,3 to be program as such that each will be able to hold a fixed number of token
queue 1 = 2 token, queue 2 = 3 token, queue 3 = 2 token but, i need the queue to be unable to receive any more tokens until the respective tokens have been processed fully by the respective branches of the processor
ie. queue 1 cannot receive more tokens until processor 1 has finished processing the 2 tokens it received, queue 2 cannot receive more tokens until the 3 multiprocessor has finished processing the 3 tokens it received
I also need to find a way to measure the utilization rate of the machine with respect to time. I am aware that it is possible to visualize state but, it only gives the utilization rate wrt to the particular moment i pause or observe
Would love to have any support with this, thanks a lot! :)