I have a question about System Architecture in wake of 'Memcached' implementation.I read this article and it is not clear for me hoping one of you collaugues can set me right.
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=40646338&objAction=ArticleView
Assume for simplicity I have two livelink servers.ServerA is running the 'Admin' Service as well as Livelink.If I bring up CSIDE on this server just before the message "Server starts on port: 2099".Now if I issue a request I can see it pausing momentarily along
On the other server which does not have Admin Service running I can see this 07:51:02,741 INFO (AdminServerCache).PingServer: Default on [localhost:5858] Connect failed
after about 5s
2015-04-08 07:51:09,091 INFO KMemcached successfully initialized.
(I am frankly puzzled because in my mind I think that Memcached should only work if Admin Service is running,In my case it is not,but I still see success in the above statement.Note I conducted this on my only server)
So really my question is it correct to stop running Admin Service on the FEnd or other servers who are not registered admin servers in the RDB and still get the good things that Memcached promises.
We have an array of about 4 FENDS and about Two real Admin Servers that we are trying to run like this and want to see if Admin Services(Un registered) should run on FENDS or not.