Skip to Main Content
Python Programming On Win32
book

Python Programming On Win32

by Andy Robinson, Mark Hammond
January 2000
Intermediate to advanced content levelIntermediate to advanced
672 pages
21h 46m
English
O'Reilly Media, Inc.
Content preview from Python Programming On Win32

SERVER_INFO_503

Attribute Name

Description

sessopens

An integer that specifies the number of files that can be open in one session.

sessvcs

An integer that specifies the maximum number of virtual circuits per client.

opensearch

An integer that specifies the number of search operations that can be carried out simultaneously.

sizreqbuf

An integer that specifies the size, in bytes, of each server buffer.

initworkitems

An integer that specifies the initial number of receive buffers, or work items, used by the server. Allocating work items costs a certain amount of memory initially, but not as much as having to allocate additional buffers later.

maxworkitems

An integer that specifies the maximum number of receive buffers, or work items, the server can allocate.

rawworkitems

An integer that specifies the number of special work items for raw I/O the server uses. A larger value for this member can increase performance but costs more memory.

irpstacksize

An integer that specifies the number of stack locations in IRPs allocated by the server.

maxrawbuflen

An integer that specifies the maximum raw mode buffer size.

sessusers

An integer that specifies the maximum number of users that can be logged on to a server using a single virtual circuit.

sessconns

An integer that specifies the maximum number of tree connections that can be made on the server using a single virtual circuit.

maxpagedmemoryusage

An integer that specifies the maximum size of pageable memory ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Python Programming - Second Edition

Advanced Python Programming - Second Edition

Quan Nguyen

Publisher Resources

ISBN: 1565926218Supplemental ContentErrata Page