Hello!
How could we set MaxConnectionsPerProxy policy value?
(reference: https://www.chromium.org/administrators ... nsPerProxy )
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.
How to set MaxConnectionsPerProxy?
- salvadordf
- Posts: 4565
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to set MaxConnectionsPerProxy?
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
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
Re: How to set MaxConnectionsPerProxy?
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...
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...