Last I've looked at it, the settings are synched in a burst, something
like every 30 seconds with added delay in case of failure to synch.
Synch only happens when a preference is modified.

You can see the sync events from the command-line, if you subscribe to
events or use "listen 1" as here:
Code:
--------------------
    telnet localhost 9090
  Trying 127.0.0.1...
  Connected to localhost.
  Escape character is '^]'.
  listen 1
  00%xxxx%xxxx%xxxx%xxxx%xxxx prefset server screensaver playlist
  00%xxxx%xxxx%xxxx%xxxx%xxxx prefset server screensaver 
SCREENSAVER.visualizer_analog_vumeter
  ...
  00%xxxx%xxxx%xxxx%xxxx%xxxx name Georgetown
  00%xxxx%xxxx%xxxx%xxxx%xxxx menustatus ARRAY(0xb447a50) add 
00%xxxx%xxxx%xxxx%xxxx%xxxx
  00%xxxx%xxxx%xxxx%xxxx%xxxx menustatus ARRAY(0xbbe3540) add 
00%xxxx%xxxx%xxxx%xxxx%xxxx
  00%xxxx%xxxx%xxxx%xxxx%xxxx prefset server alarms HASH(0x864c790)
  00%xxxx%xxxx%xxxx%xxxx%xxxx prefset server snLastSyncUp 1250963714
--------------------

In the beginning, I had no events except changes in the current song
and changes to the screensaver (I alternate displays on my SB3). 
Then I went to change an alarm for the player named "Georgetown". Soon
enough, an snLastSyncUp event was fired, meaning SC had instructed SN of
the change in player prefs.


-- 
epoch1970
------------------------------------------------------------------------
epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=66744

_______________________________________________
squeezenetwork mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezenetwork

Reply via email to