Answer the question
In order to leave comments, you need to log in
Which PL to choose for modeling taking into account time?
Hello!
It is necessary to simulate a queuing system:
requests are received with a certain intensity (on average 1 request per 2 minutes),
processed with a certain intensity,
then some parameters need to be found (how many requests came in, how many were served, etc.).
You need to write this in any PL, without using special. programs for SMO.
In what language is it easier to do this? It is necessary that applications come in real time (the program works for an hour - which means, on average, 30 applications should come in an hour).
PS. under Windows
Thank you.
Answer the question
In order to leave comments, you need to log in
Since "without using special programs for CMO", then any, for example, Python + SimPy (look, there are many libraries).
Modeling can be done in Simulink (Matlab). There is an interesting Stateflow toolbox that implements a state machine (works on events).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question