Question about Routing tier.

20 views
Skip to first unread message

purec...@gmail.com

unread,
Oct 22, 2013, 8:41:40 PM10/22/13
to project-...@googlegroups.com
hi. everyone
i need you guys help.

i dont understand about 2 diff type routing
 - server side
 - client side


i understand that.. i;m right?

SYSTEM 
node-0, node-1, node-2

client side proecss  :
  1. new SocketStoreClinetFactory(config);
  2. bootstrap random node .  
  3. getStoreClient(storename)
  4. connected node-0 or others
  5. client has metadata
  6. get(key)  - routring
    - client - node-0
    - client - node-1
    - client - node-2

server side process : 
  1. new SocketStoreClinetFactory(config);
  2. bootstrap random node .  
  3. getStoreClient(storename)
  4. connected node-0 or others
  5. client don't has metadata
  6. get(key)  - routring
    - client - node-0 - node - 0
    - client - node-0 - node - 1
    - client - node-0 - node - 2


  1. bootstrap random node .  
  2. return Exception ( failed bootstrap)

Vin C

unread,
Oct 22, 2013, 9:42:40 PM10/22/13
to project-...@googlegroups.com
As far as I know, only client side routing  works in practice..

Unless you are just playing with something, I would not recommend server side routing..
Reply all
Reply to author
Forward
0 new messages