Here is the URL to the source code behind the client: http://github.com/dustin/java-memcached-client/tree/b634d0ae546a299bb570d887 7434261ba32f76a7/src/main/java/net/spy/memcached
Just incase you are interesting On 6/30/09 9:50 AM, "Andrew Feller" <[email protected]> wrote: > Andrew, > > I asked the same thing of Scott and apparently the memcached client will > generate a hash from the data to be stored and will use that to determine > which of the configured servers to send the information to. We are using the > memcached registry too, however I haven¹t sat down and dug into the memcached > client code to figure out either, but that would be my recommendation if you > want to know what is going on. > > HTH, > A- > > > On 6/30/09 9:37 AM, "Andrew Tillinghast" <[email protected]> wrote: > >> Can I get a little more clarification on memcache/repcache and CAS 3.3.3. >> >> MemCacheTicketRegistry constructor "0" is a list of hosts but the notes >> specify that memcache doesn't provide replication. If the data isn't >> replicated between servers then why a list of hosts? >> >> Repcache has very little documentation in the wiki, how would I add repcache >> to the CAS 3.3.3 memcache and what would it actually add over and above the >> 3.3.3 memcache? >> >> >> -Andrew >> >> >> On Jun 27, 2009, at 10:54 PM, Scott Battaglia wrote: >> >>> On Fri, Jun 26, 2009 at 9:14 PM, venu.alla <[email protected]> wrote: >>>> hi, >>>> I heard few schools have implemented repcache as CAS ticket registry. >>>> >>>> I would like to get some stats on : >>>> 1. What are the hardware specs for CAS app >>> >>> We have CAS and memcached running on two Sun T5120's (for redundancy). >>>> >>>> 2. how much mem has been allotted to memcache. >>> >>> I think we have one gig allocated. >>>> >>>> 3. what is the user population size or usage in terms of TGT,ST count. >>> >>> We have 50,000+ students/staff. I don't have an average TGT/ST count. >>>> >>>> 4. How long did it take to re-sycn with the other node upon startup after >>>> crash? and any other scenarios. >>> >>> Its pretty fast, but I never actually calculated. >>> >>> -Scott >>> >>>> >>>> >>>> We are evaluating using memcache with repcache patch for ticketReg and >>>> want to include other data as test cycles are short. >>>> >>>> Venu >>>> >>>> -- >>>> You are currently subscribed to [email protected] as: >>>> [email protected] >>>> To unsubscribe, change settings or access archives, see >>>> http://www.ja-sig.org/wiki/display/JSG/cas-user >>>> >>> >>> -- Andrew Feller, Analyst LSU University Information Services 200 Frey Computing Services Center Baton Rouge, LA 70803 Office: 225.578.3737 Fax: 225.578.6400 -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
