CS 696 Emerging Technologies: Distributed Objects |
---|
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.