Table of Contents Previous Next
Logo
Server-Side Slice-to-Python Mapping : 24.2 Introduction
Copyright © 2003-2010 ZeroC, Inc.

24.2 Introduction

The mapping for Slice data types to Python is identical on the client side and server side. This means that everything in Chapter 22 also applies to the server side. However, for the server side, there are a few additional things you need to know, specifically:
• how to initialize and finalize the server-side run time
• how to implement servants
• how to pass parameters and throw exceptions
• how to create servants and register them with the Ice run time.
We discuss these topics in the remainder of this chapter.

Table of Contents Previous Next
Logo