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
create object(1m)														 create object(1m)

NAME
create object - Creates an object entry SYNOPSIS
cdscp create object object-name [CDS_Class = class-name CDS_ClassVersion = value] ARGUMENTS
The full name of the object entry. The class of object entry being created. You can specify an application-defined class name. A class is specified as a simple name limited to 31 characters. The version of the class assigned to the object entry. Specify the value as v.n, where v defines the major release number and n specifies the minor version number. Specifying a class version is useful as it allows the definition of a class to evolve as the application is revised. DESCRIPTION
The create object command creates an object entry. This task is usually done through a client application. Privilege Required You must have insert permission to the parent directory. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLE
The following command creates an object entry named /.:/sales/east/floor1cp. The object entry describes a color printer on the first floor of a company's eastern sales office. cdscp> create object /.:/sales/east/floor1cp CDS_Class = printer CDS_ClassVersion = 1.0 RELATED INFORMATION
Commands: delete object(1m), list object(1m), set object(1m), show object(1m) create object(1m)