/Phone-Queue-Simulation

Phone queue simulation for purposes of tested a personally-created synchronized queue.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Program

/**

  • This program is a parallel simulated phone queue where each
  • operator in the queue is a thread taking calls from the queue.
  • The purpose of this simulation is to test an synchronous queue
  • made by myself against the ConcurrentLinkedQueue made by Java.
  • @author Gage Davidson */

Results

The results of the comparison can be found on the following website: https://gdavidso.wixsite.com/csc375assignment2