M/M/C queue with C++ builder

Newbie Member
31Mar2009,16:25   #1
maya1's Avatar
Hi everyone:

Can anyone help me how to implement a M/M/1 queue in C++ builder ? because
I want an interactive program
Thanks in advance for your help
Mentor
31Mar2009,19:53   #2
xpi0t0s's Avatar
What is an M/M/C queue, and is it M/M/C or M/M/1?
Newbie Member
31Mar2009,22:13   #3
maya1's Avatar
it is an M/M/1 queue
Mentor
31Mar2009,23:57   #4
xpi0t0s's Avatar
And what is an M/M/1 queue?
Newbie Member
1Apr2009,02:26   #5
maya1's Avatar
The M/M/1 is a single-server queue model, that can be used to approximate a lot of simple systems.
Following Kendall's notation it indicates a system where:

* Arrivals are a Poisson process;
* Service time is exponentially distributed;
* There is one server.
Mentor
1Apr2009,03:43   #6
xpi0t0s's Avatar
OK, so where are you up to in the program design? Have you decided how it's going to work? Have you started any coding? Where are you stuck, and what are you stuck on?