Re: Reuse backend connections

2018-06-29 Thread Bryan Talbot
> On Jun 29, 2018, at Jun 29, 12:50 PM, Leela Kalidindi (lkalidin) > wrote: > > 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

Re: Reuse backend connections

2018-06-29 Thread Leela Kalidindi (lkalidin)
\n maxconn 16\n", Thanks! From: Bryan Talbot Date: Friday, June 29, 2018 at 12:47 PM To: "Leela Kalidindi (lkalidin)" Cc: HAproxy Mailing Lists Subject: Re: Reuse backend connections On Jun 29, 2018, at Jun 29, 12:42 PM, Leela Kalidindi (lkalidin) mailto:lkali...@cisco.com

Re: Reuse backend connections

2018-06-29 Thread Bryan Talbot
> On Jun 29, 2018, at Jun 29, 12:42 PM, Leela Kalidindi (lkalidin) > wrote: > > Bryan, > > One another follow-up question - what does persist do? Thanks! > https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#persist

Re: Reuse backend connections

2018-06-29 Thread Leela Kalidindi (lkalidin)
Bryan, One another follow-up question - what does persist do? Thanks! -Leela From: Bryan Talbot Date: Friday, June 29, 2018 at 12:40 PM To: "Leela Kalidindi (lkalidin)" Cc: HAproxy Mailing Lists Subject: Re: Reuse backend connections On Jun 29, 2018, at Jun 29, 12:38

Re: Reuse backend connections

2018-06-29 Thread Bryan Talbot
> On Jun 29, 2018, at Jun 29, 12:38 PM, Leela Kalidindi (lkalidin) > wrote: > > Hi Bryan, > > Thanks a lot for the prompt response. > > Is there a such kind of thing to leave the backend connections open forever > that can serve any client request? > No, not to my knowledge. -Bryan

Re: Reuse backend connections

2018-06-29 Thread Leela Kalidindi (lkalidin)
ling Lists Subject: Re: Reuse backend connections On Jun 29, 2018, at Jun 29, 5:11 AM, Leela Kalidindi (lkalidin) mailto:lkali...@cisco.com>> wrote: Hi, How can I enforce haproxy to reuse limited backend connections regardless of number of client connections? Basically I do not want to

Re: Reuse backend connections

2018-06-29 Thread Bryan Talbot
> On Jun 29, 2018, at Jun 29, 5:11 AM, Leela Kalidindi (lkalidin) > wrote: > > Hi, > > How can I enforce haproxy to reuse limited backend connections regardless of > number of client connections? Basically I do not want to recreate backend > connection for every front end client. > >

Reuse backend connections

2018-06-29 Thread Leela Kalidindi (lkalidin)
Hi, How can I enforce haproxy to reuse limited backend connections regardless of number of client connections? Basically I do not want to recreate backend connection for every front end client. "HAPROXY_0_BACKEND_HEAD": "\nbackend {backend}\n balance {balance}\n mode http\n option

reuse backend connections

2018-06-28 Thread Leela Kalidindi (lkalidin)
Hi, How can I enforce haproxy to reuse limited backend connections regardless of number of client connections? Basically I do not want to recreate backend connection for every front end client. "HAPROXY_0_BACKEND_HEAD": "\nbackend {backend}\n balance {balance}\n mode http\n option