In conversations with the AppFabric team with MS support, I was told that the maximum size of the test data object to paste into AppFabric caching is 5 MB per insert.
Based on this base number, can someone recommend initial values ββfor the rest of the DataCacheFactory configuration parameters that have numeric and temporary type values?
The ones I think of are spread across various subclasses used in setting up the DataCacheFactory :
- ChannelOpenTimeout
- MaxConnectionsToServer
- NotificationsPollInterval
- NotificationsMaxQueueLength
- RequestTimeout
- TransportChannelInitializationTimeout
- TransportConnectionBufferSize
- TransportMaxBufferPoolSize
- TransportMaxBufferSize
- TransportMaxOutputDelay
- TransportReceiveTimeout
source share