Page 1 of 1
Can I load SP and ES at the same time on one server?
Posted: Sun Feb 08, 2015 5:05 pm
by BackRaw
Hi,
I currently have one server running ES and one running SP and I'm wondering if I could run both on one server. Would there be any issues?
Posted: Sun Feb 08, 2015 5:09 pm
by satoon101
It will work fine on Windows but not on Linux.
Posted: Sun Feb 08, 2015 5:22 pm
by BackRaw
satoon101 wrote:It will work fine on Windows but not on Linux.
Alright. I'm running Linux lol. What's the problem with Linux there?
Posted: Sun Feb 08, 2015 5:30 pm
by satoon101
The problem is that whichever one gets loaded first, its symbols are loaded into memory. When the second one gets loaded, it attempts to load with the first's version of Python, which causes errors/crashing.
Posted: Sun Feb 08, 2015 6:09 pm
by BackRaw
satoon101 wrote:The problem is that whichever one gets loaded first, its symbols are loaded into memory. When the second one gets loaded, it attempts to load with the first's version of Python, which causes errors/crashing.
Oh, I get ya.
