Houdini 20.5 hapi

hapi.createThriftSharedMemorySession function

Creates a Thrift RPC session using a shared memory buffer as the

Usage

createThriftSharedMemorySession(shared_mem_name: str, session_info: hapi.SessionInfo) → hapi.Session

Creates a Thrift RPC session using a shared memory buffer as the transport mechanism.

shared_mem_name

The name of the memory buffer. This must match the name of the shared memory buffer of the server that you are wishing to connect to.

session_info

A hapi.SessionInfo struct to specify session configurations.

Returns session as a hapi.Session.

hapi