Oracle 5.0 Reference Manual page 1369

Table of Contents

Advertisement

Fired when a connection object is released back to the connection pool.
Arguments:
• connid: The connection ID.
conn-create(ptr)
Fired when a new connection object is being created (that is, there are no free connection objects in
the connection pool).
Arguments:
• ptr: A pointer to the connection. object
conn-destroy(ptr)
Fired when a connection object is being destroyed.
Arguments:
• ptr: A pointer to the connection object.
conn-dispatch(connid, threadid)
Fired when a connection is dispatched from the main or connection-management thread to a worker
thread.
Arguments:
• connid: The connection ID.
• threadid: The thread ID.
slabs-allocate(size, slabclass, slabsize, ptr)
Allocate memory from the slab allocator.
Arguments:
• size: The requested size.
• slabclass: The allocation is fulfilled in this class.
• slabsize: The size of each item in this class.
• ptr: A pointer to allocated memory.
slabs-allocate-failed(size, slabclass)
Failed to allocate memory (out of memory).
Arguments:
• size: The requested size.
• slabclass: The class that failed to fulfill the request.
slabs-slabclass-allocate(slabclass)
Fired when a slab class needs more space.
Arguments:
Using
memcached
1349

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents