A
A
Artem2016-04-24 22:12:54
Programming
Artem, 2016-04-24 22:12:54

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

2 answer(s)
S
Sergey Novikov, 2016-04-24
@ber_enot

Since "without using special programs for CMO", then any, for example, Python + SimPy (look, there are many libraries).

A
Alexander Skusnov, 2016-04-25
@AlexSku

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 question

Ask a Question

731 491 924 answers to any question