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 |
|
What is an M/M/C queue, and is it M/M/C or M/M/1?
|
|
Newbie Member
|
|
| 31Mar2009,22:13 | #3 |
|
it is an M/M/1 queue
|
|
Mentor
|
![]() |
| 31Mar2009,23:57 | #4 |
|
And what is an M/M/1 queue?
|
|
Newbie Member
|
|
| 1Apr2009,02:26 | #5 |
|
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 |
|
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?
|

