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.

Can two different EXE share the same cache folder?

Post Reply
wolf
Posts: 22
Joined: Thu Jan 31, 2019 6:36 pm

Can two different EXE share the same cache folder?

Post by wolf »

Is it possible that two different EXE share the same cache folder when they use the same subprocess.exe file?

Or is this not possible at all that two EXE share the same cache folder?
User avatar
salvadordf
Posts: 4572
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Can two different EXE share the same cache folder?

Post by salvadordf »

Hi,

Sorry but CEF doesn't support sharing the same cache directory by more than 1 application running at the same time.
Even when you use the same subprocess.exe you will eventually run into problems.
wolf
Posts: 22
Joined: Thu Jan 31, 2019 6:36 pm

Re: Can two different EXE share the same cache folder?

Post by wolf »

OK, thanks for the info.
Post Reply