SDSUCS 696 Emerging Technologies: Distributed Objects
Spring Semester, 1998
CS 696: Assignment 3

To Assignment Index
San Diego State University -- This page last updated April 2, 1998


Due Thursday, April 16.

1. Write a counter server using CORBA. Each time one accesses the counter, it increase its count by one, and returns the new count.

2. Multiple Counters. Write a server in CORBA that maps URLs (strings) to counters. That is given a URL the access count for that URL is increased by one and the new count is returned. Given an new URL the server will create a new count for that URL.

3. Measure the time it takes to send an array of 10, 100, 1000 ints between an CORBA client and server on different machines. Contrast this with the time it takes to RMI to perform the same operation.


visitors since April 2, 1998