Start up the pixel cache server on one or more machines. The distributed pixel cache relies on network bandwidth to marshal pixels to and from the remote server. If you update pixels returned from GetAuthenticPixels() or GetCacheViewAuthenticPixels(), don’t forget to call SyncAuthenticPixels() or SyncCacheViewAuthenticPixels() respectively to ensure your changes are synchronized with the pixel cache. […]