.NET
symera.txt
Associated article: NCSA Symera
Tags: Database .NET
Published source code accompanying the article by Pat Flanigan and Jawed Karim in which they present NCSA Symera, a distributed object and cluster-management system with application support libraries built on Microsoft's Distributed Component Object Model (DCOM). Our authors examine Symera, then convert a standalone Windows program into a Symera application that uses distributed resources.
NCSA Symera
by Pat Flanigan and Jawed Karim
Listing One
///////// SymLib (symobj.h)
#include <objbase.h>
#include "SymCon.h"
#include "SymSem.h"
class CSymObjRef;
class CSymObj : public IS3JobImp,
public IS3SymObj,
public CConnObject
{
...


