Re: Session ID monitoring

2020-03-09 Thread 김상철
Thank you for your answer. I am going to use Tomcat and Memcached to do Session Clustering. The configuration is complete but I don't know how to check SessionID in Memcached. Do you have any related commands? 2020년 3월 10일 화요일 오전 4시 8분 13초 UTC+9, Dormando 님의 말: > > Hey, > > I'm not completely

Re: Session ID monitoring

2020-03-09 Thread dormando
Hey, I'm not completely sure on what you're trying to do, but there's the `watch` command (see doc/protocol.txt). It's missing a log of log points still but acts similar to redis monitor. Clients are identified by their file descriptor, not any sort of unique session id. On Mon, 9 Mar 2020, 김상철

Re: Proposal for an open standard for memcached auto-discovery

2020-03-09 Thread 'Iqram Mahmud' via memcached
Thanks Dormando. I will update the doc and add another section for meta protocol. On Sun, Mar 8, 2020 at 9:33 PM dormando wrote: > Hey, > > So first part: https://github.com/memcached/memcached/wiki/ReleaseNotes160 > > We won't be adding further features to the binary protocol, instead >

Session ID monitoring

2020-03-09 Thread 김상철
I am going to use memcached. In memcached, I want to check the SessionID that is accessed from was. Is there a command? For example, when you use Redis, you see the session ID coming in from redis-cli to monitor. Is there a command that functions the same in memcached? Best regards -- ---

Re: Is ARM64 officially supported ?

2020-03-09 Thread Martin Grigorov
Hi Dormando, On Mon, Mar 9, 2020 at 9:19 AM Martin Grigorov wrote: > Hi Dormando, > > On Fri, Mar 6, 2020 at 10:15 PM dormando wrote: > >> Yo, >> >> Just to add in: yes we support ARM64. Though my build test platform is a >> raspberry pi 3 and I haven't done any serious performance work. >>

Re: Is ARM64 officially supported ?

2020-03-09 Thread Martin Grigorov
Hi Dormando, On Fri, Mar 6, 2020 at 10:15 PM dormando wrote: > Yo, > > Just to add in: yes we support ARM64. Though my build test platform is a > raspberry pi 3 and I haven't done any serious performance work. packet.net > had an arm test platform program but I wasn't able to get time to do any