Access Same Nested Project from 2 different Main Projects

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 055
Благодарностей
242
Баллы
63
I often use nested projects for similar tasks. E.g. Mainproject 1 is autoposter for website A and Mainproject 2 is autoposter for website B. Both Mainprojects call the same nested project called "GetCountryFromIP" where they give the IP to the nested project and this gives back the country from whoer.net to the calling main ones.

My question now is, if both Mainprojects call the same nested project at the same time, may it be possible that the return values from the nested project are overwritten and Mainproject B gets the ones from A and/or vice versa?

I recognised some implausible data in some of my projects that are using nested ones and so I'm wondering...


Additional question: If Project 1 calls the nested Project "sub2" then "sub2" has automatically the same proxy, cache, cookies, browser version, OS, screen resolution AND ALL FINGERPRINTS (Canvas, ClientRects, WebGL, Audio, Fonts, Plugins...) than the calling Project 1?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 413
Благодарностей
5 900
Баллы
113
Did you set Dedicated process in both - mainprojects and nested projects?
Dedicated process.png
Also, you should set 1 thread per process in program settings.
 
  • Спасибо
Реакции: morpheus93

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 055
Благодарностей
242
Баллы
63
Thank you. I will set it like you recommended.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)