Page 1 of 1
Springlobby - launch spring proccess on single core by def.
Posted: 08 Oct 2009, 12:34
by ==Troy==
Would be nice if springlobby could use shedtool to launch the spring process on a single core. Since otherwise the kernel just swaps the process from one to another, slowing it down and especially on laptops, where the unused CPUs are downclocked.
Re: Springlobby - launch spring proccess on single core by def.
Posted: 08 Oct 2009, 12:51
by koshi
I don't think it should. There's no way to determine if we'd be launching a gml bin, which would be just as bad. Also there would need to be extra logic to determine if shedtool is even available.
Imo the cleanest solution would be to have the build process place a bash wrapper as an intermediate, something you can do manually already btw.
Re: Springlobby - launch spring proccess on single core by def.
Posted: 08 Oct 2009, 12:55
by ==Troy==
Yeah, that would be a good option too.