Recommended Sessions

Microsoft Message Queue Architecture

Message queuing is another distributed service that may provide solutions to your application needs. The new Microsoft Message Queue (MSMQ) product provides a framework for building distributed applications without worrying about network issues such as selecting a transport, routing, or dealing with disconnects.

This session compares the traditional synchronous model to the new MSMQ message queuing model, then provides details on the features of MSMQ, including its programming model and administration tools. ( A second session is available Thursday, covering an actual MSMQ application written in both C++ and Visual Basic.)

DCOM and Security

Distributed applications raise new security issues. Since many operations in a distributed network are now physically accessible to anyone with access to the network, access to these operations need to be restricted to a higher level. To solve these issues, DCOM uses the extensible security framework provided by Windows NT. This session looks at DCOM's integration with SSPI and how it uses SSPI. We'll also drill down into the various configuration options for DCOM security and provide detailed discussion of the various options for activation security, call-level security and object security. Issues regarding integrating DCOM runtime security on the MS platform with DCOM on UNIX platforms will also be covered.

Administration and Packaging of Viper Applications

Viper is designed to allow ISVs to develop applications and later deploy them as packages to the customer system. We'll describe the issues and trade-offs associated with separating development from deployment, and we'll use the Viper Explorer to demonstrate the installation and administration of applications on a Viper system.