Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to set MaxConnectionsPerProxy?

Post Reply
dian
Posts: 21
Joined: Thu Aug 29, 2019 8:42 am

How to set MaxConnectionsPerProxy?

Post by dian »

Hello!

How could we set MaxConnectionsPerProxy policy value?

(reference: https://www.chromium.org/administrators ... nsPerProxy )
User avatar
salvadordf
Posts: 4565
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to set MaxConnectionsPerProxy?

Post by salvadordf »

Hi,

Please, download the latest version of CEF4Delphi from GitHub and try the new TChromium.MaxConnectionsPerProxy property.

Read this for more information :
https://www.briskbard.com/forum/viewtop ... 4057#p4057
dian
Posts: 21
Joined: Thu Aug 29, 2019 8:42 am

Re: How to set MaxConnectionsPerProxy?

Post by dian »

Great work

But it unfortunately didn't help us. We have software which automatically download some content using CEF4Delphi.
When we have few (up to 8) browsers all works well. If we increase this number we start getting issues with html/images load.
If we run many (3-4) instances of whole application with 8 browsers in each all works well.
Looks like we are hitting some limit within single app...
Post Reply