Not for Remote desktop protocol, it is for haproxy backend server with option
persist as in
"HAPROXY_0_BACKEND_HEAD": "\nbackend {backend}\n balance {balance}\n mode
http\n option httplog\n option forwardfor\n option http-keep-alive\n option
persist\n http-reuse aggressive\n maxconn 16\n",
Thanks!
From: Bryan Talbot <[email protected]>
Date: Friday, June 29, 2018 at 12:47 PM
To: "Leela Kalidindi (lkalidin)" <[email protected]>
Cc: HAproxy Mailing Lists <[email protected]>
Subject: Re: Reuse backend connections
On Jun 29, 2018, at Jun 29, 12:42 PM, Leela Kalidindi (lkalidin)
<[email protected]<mailto:[email protected]>> wrote:
Bryan,
One another follow-up question - what does persist do? Thanks!
https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#persist
is for
https://en.wikipedia.org/wiki/Remote_Desktop_Protocol
Is that what you were asking?
-Bryan