PDA

View Full Version : Updated memcache architecture


agathongroup
11-17-2010, 09:16 AM
I thought a year was FAR too long between posts in the Architects' Corner, so here goes. :-)

Re: http://forum.3tera.com/showthread.php?p=518 — is that still the best way to do things as of 2.8.9? Each web server has its own memcached, and every memcached needs to speak to every other memcached. Before too long, that runs the risk of becoming quite the tangle of terminals and network connections, so I'm wondering if there's a different approach these days...

Thoughts?

GChiba
12-01-2010, 01:01 AM
Hi agathongroup,

I think you should be create you original memcached class on your grid.
It is not difficult to realize it :-)

At first, you need create original memcached appliance with below page(In addtion, you have to write a run script to running
memcached when appliance booting).
http://doc.3tera.com/AppLogic27/GuideApplianceCreation.html

Second, drag and drop new sigleton from left side catalogs. After that, right click on it and select "Modify interior".
It realizing a hierarchical appliance like a WEBx4!
And If you using a PS8 with memcached appliance that you created, you could implement a memcached cluster appliance.

regards

Go