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

Ns_TclAllocateInterp

Overview

Allocate an interpreter for a virtual server

Syntax

    EXTERN Tcl_Interp *Ns_TclAllocateInterp(
      char *hServer
    );

Description

This function reserves and returns a Tcl interpreter associated with the virtual 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 © 1996 America Online, Inc.