I could be biased here, but I find the Hazelcast ticket registry is the simplest one (no external server processes required, etc.) and it just works.
Best, Dmitriy. > On Jun 30, 2015, at 9:50 AM, Michael O Holstein > <[email protected]> wrote: > > I am using (or rather attempting to use) MemcachedTicketRegistry .. I cannot > seem to get version 3.5.x or 3.6.x to write to more than one server .. in > cas.properties I have tried : > > memcached.servers=tcp://server1:11211 <tcp://server1:11211>, > tcp://server2:11211 <tcp://server2:11211> (uri syntax) > > memcached.servers=server1:11211 server2:11211 (space delimiter) > > memcached.servers=server1:11211,server2:11211 (comma delimiter) > > memcached.servers=server1:11211;server2:11211 (semicolon delimiter) > > memcached.servers=server1:"11211,server2:11211" (quoted) > > .... > > so what is the correct format for this? > > as a related question .. since repccached was last updated ~2012 whats the > latest preference for managing a cluster of these .. couchbase? hazlecrest? > .. let me know if you have suggestions. > > Thanks > > Michael Holstein > Cleveland State University > -- > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > <http://www.ja-sig.org/wiki/display/JSG/cas-user> -- 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
