Advertisement
Guest User

Cache Clients

a guest
Sep 11th, 2012
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <dataCacheClient maxConnectionsToServer="12">
  2.     <hosts>
  3.     <host name="foobar001" cachePort="22233" />
  4.         <host name="foobar002" cachePort="22233" />
  5.     <host name="foobar003" cachePort="22233" />    
  6.     </hosts>
  7.     <localCache isEnabled="false" sync="TimeoutBased" objectCount="100000" ttlValue="300" />
  8.     <clientNotification pollInterval="60" />
  9.     <securityProperties mode="None" protectionLevel="None" />
  10.     <transportProperties connectionBufferSize="131072" maxBufferPoolSize="2147483647" maxBufferSize="2147483647" maxOutputDelay="2" channelInitializationTimeout="100" receiveTimeout="900000" />
  11.   </dataCacheClient>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement