Thursday, November 30, 2006

Status Report Nov 30

Here is a link to the first version of my thesis presentation:
http://gf8.ucs.indiana.edu:7474/mythesis/galip-thesis-ppt.ppt

Thursday, November 02, 2006

Connecting Two Brokers

Steps for Connecting two NaradaBrokering Nodes

We have two brokers,
Broker A running on tcp://gf3:5544
Broker B running on tcp://gf1:5545

  1. Go to BROKER_B_HOME/config
    open BrokerConfiguration.txt,
    change AssignedAddress=false to AssignedAddress=true
    Save and Exit.
  2. Start Broker A
  3. Start Broker B
  4. For Broker B,
    run ./brokerInteract.sh
    Type h to see usage
  5. Type
    [c gf3.ucs.indiana.edu 5544 t]
    [t for tcp nio for niotcp]
  6. After the connection is done
    copy the link address printed at the end of the message
    and type [na linkaddress 0]
    i.e. [na tcp://gf3.ucs.indiana.edu:5544 0]

Wednesday, November 01, 2006

Status Report for Nov 1st 2006

Major activity for the last few months has been writing the thesis. The first draft is about to be finished, I think next week I'll be able to send it to Geoffrey and Marlon for feedback.

Currently Zhigang and I are trying to finish the Real-Time Data Grid tests. See Zhigang's blog for preliminary results.


Following figure depicts the Real-Time Data Grid architecture.