4mula1;301735 Wrote: > When I compiled Perl on my Solaris box I was given the choice of > building a threading perl or not. I chose not to. Now I'm thinking > some of the performance issues I see with SC (usually the UI is > unresponsive) might be solved by enabling threading. My questions are, > will it help make the UI more responsive when I'm doing something > intense like adding music from the music folder directly?
I would not think so. SqueezeCenter is single-threaded by design. It would take a lot of work to enable threads, and arguably not even be a good idea. Maybe take a look at this discussion I started a year ago about asynchronous code: http://forums.slimdevices.com/showthread.php?t=33268 I expect that SC7 would happily run as a single-threaded process interpreted by a MT-capable Perl binary, but I expect you would not gain anything. -Peter -- peterw http://www.tux.org/~peterw/ free plugins: http://www.tux.org/~peterw/#slim AllQuiet BlankSaver FuzzyTime PlayLog PowerCenter/BottleRocket SaverSwitcher SettingsManager SleepFade StatusFirst SyncOptions VolumeLock ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=47616 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
