I know that my underlying server can handle 10 queries at the same time, but I don't wan't to generate errors to my users : I would prefer to stack queries that are above these 10 queries.
Is it possible to use mod_qos to do that ?
Thank you for your answer.
Best regards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fantastic !
I would not have found the solution on my own, because I didn't know SerialLimtCfg and QS_EventRequestLimit_LimitLocation_Counter !
Thank you !
Last edit: Richard Thibault 2021-04-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just have a question to precise the use of the serialization : is the serialization quue global or per Location ?
If it's per Location, it means that the variable SerialLimtCfg can be defined per Location ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I know that my underlying server can handle 10 queries at the same time, but I don't wan't to generate errors to my users : I would prefer to stack queries that are above these 10 queries.
Is it possible to use mod_qos to do that ?
Thank you for your answer.
Best regards.
You can use QS_SrvSerialize to achieve this when combining it with QS_EventRequestLimit.
Example:
Last edit: Pascal Buchbinder 2021-04-22
Update: I've edited the example (first line was the wrong directive).
Fantastic !
I would not have found the solution on my own, because I didn't know SerialLimtCfg and QS_EventRequestLimit_LimitLocation_Counter !
Thank you !
Last edit: Richard Thibault 2021-04-20
I just have a question to precise the use of the serialization : is the serialization quue global or per Location ?
If it's per Location, it means that the variable SerialLimtCfg can be defined per Location ?
There is only one single queue for QS_SrvSerialize.