Sequoia49 wrote: > Who has any experience with this that can provide me with the best > solution and best practices to implement.
I don't know about "best", but it's possible to run as many instances of LMS on a single Windows Server as you like. You just need to run each of them on a unique IP address and point the cache (data), prefs (configuration) and log folders for each instance at its own set of folders. This is done through command-line options in the command that starts the server. I've only done it running the Perl code of LMS, but I think it should be doable running 'compiled' EXE versions for Windows. I don't recall if the LMS Windows installer lets you designate an installation folder or not. If not, you could install one instance, move or rename its installation folder, then install LMS a second time. There will probably be some other conflicts, too, but they can mostly be worked around. For instance, if you want to run both as Windows services and do so by using the LMS control panel, it would use just a single service name (so you couldn't create more than one service). You could get around that by manually installing the second Windows service. If you want more specific instructions, let me know. ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=105253 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
