I am looking for a suitable queueing model consisting following behaviors
- the arrival rate will be exponentially distributed
- there will be different types of jobs with different priorities.
- the service time is same for all jobs of a same category.
- there will be 1 server
I need the response time distribution for the above scenario.
I looked for variation of M/D/1 queue but couldn't found similar to my required model. Can anyone suggest me some resources.
Thanks a lot