Can I load SP and ES at the same time on one server?

All other Source.Python topics and issues.
User avatar
BackRaw
Senior Member
Posts: 537
Joined: Sun Jul 15, 2012 1:46 am
Location: Germany
Contact:

Can I load SP and ES at the same time on one server?

Postby BackRaw » Sun Feb 08, 2015 5:05 pm

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?
My Github repositories:

Source.Python: https://github.com/backraw
User avatar
satoon101
Project Leader
Posts: 2697
Joined: Sat Jul 07, 2012 1:59 am

Postby satoon101 » Sun Feb 08, 2015 5:09 pm

It will work fine on Windows but not on Linux.
Image
User avatar
BackRaw
Senior Member
Posts: 537
Joined: Sun Jul 15, 2012 1:46 am
Location: Germany
Contact:

Postby BackRaw » Sun Feb 08, 2015 5:22 pm

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?
My Github repositories:

Source.Python: https://github.com/backraw
User avatar
satoon101
Project Leader
Posts: 2697
Joined: Sat Jul 07, 2012 1:59 am

Postby satoon101 » Sun Feb 08, 2015 5:30 pm

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.
Image
User avatar
BackRaw
Senior Member
Posts: 537
Joined: Sun Jul 15, 2012 1:46 am
Location: Germany
Contact:

Postby BackRaw » Sun Feb 08, 2015 6:09 pm

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. :)
My Github repositories:

Source.Python: https://github.com/backraw

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 30 guests