Growler distributed object architecture 0.3.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Growler distributed object architecture 0.3.10 (Default branch)
# 1  
Old 05-21-2008
Growler distributed object architecture 0.3.10 (Default branch)

ImageGrowler is a general purpose, C++-based distributed object and event architecture. Though general, its primary application has been in support of collaborative visualization, computational steering, and "concurrent visualization" (the visualization of supercomputer simulations in progress). Growler's distributed object and event architecture is suitable for application to high-performance LAN environments as well the Internet. Its features include strong integration with C++, selective distributed reference counting, and efficient well-typed event channels for local and remote event broadcast.License: OSI ApprovedChanges:
A memory usage optimization was made in theobject/event-server component. A race-conditionbug and a buffer-alignment bug which affectedservers were fixed. Several minor bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Dapper Distributed Dataflow Engine 0.91 (Default branch)

Dapper, or "Distributed and Parallel Program Execution Runtime", is a tool for taming the complexities of developing for large-scale cloud and grid computing, enabling the user to create distributed computations from the essentials: the code that will execute, along with a dataflow graph... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
set object(1m)															    set object(1m)

NAME
set object - Changes the value of a modifiable, single-valued attribute of an object entry SYNOPSIS
cdscp set object object-name attribute-name = attribute-value ARGUMENTS
The full name of the object entry. The name of the attribute to be modified. Specify only one attribute at a time. See the cds_attributes file for the list of attributes and corresponding data types that your application uses. The value of a particular attribute. The value of an application-defined attribute is dependent on the type of attribute. DESCRIPTION
The set object command changes the value of a modifiable, single-valued attribute of an object entry. If the attribute does not exist, this command creates it. Usually, this task is performed through the client application. See the OSF DCE Administration Guide for more information about attributes. Privilege Required You must have write permission to the object entry. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
To change the value of the sales_record attribute to region2 of an object entry named /.:/Q1_records, follow these steps: Read the cds_attributes file to check that the attribute sales_record is listed, as shown in the following display: OID LABEL SYNTAX 1.3.22.1.3.66 sales_record char Enter the following command to assign the value region2 to the attribute sales_record of an object entry named /.:/Q1_records. cdscp> set object /.:/Q1_records sales_record = region2 RELATED INFORMATION
Commands: add object(1m), create object(1m), delete object(1m), list object(1m), remove object(1m), show object(1m) Books: OSF DCE Administration Guide set object(1m)