Hi,
For information in source code the line where concurrency is force at 1 when
rate delay is >0 here
if (transport->rate_delay > 0)
transport->dest_concurrency_limit = 1;
if (transport->dest_concurrency_limit != 0
&& transport->dest_concurrency_limit < transport->init_dest_concurrency)
transport->init_dest_concurrency =
transport->dest_concurrency_limit;
Mick
De : [email protected]
[mailto:[email protected]] De la part de Mickael B
Envoyé : mardi 18 octobre 2011 16:48
À : 'postfix users'
Objet : Message sent per open connection
Hi,
I try to change the source code of postfix to allow postfix to send more
than one message per open connection.
I want to create a new value like message_per_open_connect=
I use the rate delay >0 that for the concurrency limit at 1.
I also try to change this setting in source code and change the concurrency
force at 1 when rate delay >0.
I want to create a transport map and define the a specifique concurrency
with rate delay >0
For exemple :
Rate delay at 6s
Concurrency limit at 3
Has anyone ever tried to change the source code as well?
Thank for your help
Mick