[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_TclAllocateInterp

Overview

Allocate an interpreter for a server

Syntax

    Tcl_Interp *Ns_TclAllocateInterp(
    char *hServer
    );

Description

This function reserves and returns a Tcl interpreter associated with the server. You will usually want to use the Ns_GetConnInterp function instead, since connections often already have interpreters associated with them.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.