- Регистрация
- 25.01.2012
- Сообщения
- 1 058
- Благодарностей
- 244
- Баллы
- 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?
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?