pool object what is
Definition of Object Pool for programmer: kept ready to use, rather than allocated and destroyed on.

Helpful?

Definition Object Pool

Explanation OBJECT POOL: An object pool is a set of initialised objects that are kept ready to use, rather than allocated and destroyed on demand. A client of the pool will request an object from the pool and perform operations on the returned object. When the client has finished with an object, it returns it to the pool, rather than destroying it. It is a specific type of factory object. Object pooling can offer a significant performance boost; it is most effective in situations where the cost of initializing a class instance is high, the rate of instantiation of a class is high, and the number of instantiations in use at any one time is low.

Other definitions in programming such as Object Pool in Dictionary O.

Manual ORD: Object-Relational Database:
Help relational database (ORD) is a relational database that allows developers to integrate the database with their own custom data types and methods. The term object-relational database is sometimes used object pool definition.
Manual OpenDoc:
Help platform software componentry framework standard for compound documents, inspired by the Xerox Star system and intended as an alternative to Microsoft's Object Linking and Embedding (OLE object pool explain.
Manual Open Source Movement:
Help movement is an offshoot of the free software movement that advocates open-source software as an alternative label for free software, primarily on pragmatic rather than philosophical grounds object pool what is.
Manual OpenBSM:
Help source implementation of Sun's Basic Security Module (BSM) Audit API and file format. BSM, which is a system used for auditing, describes a set of system call and library interfaces for managing object pool meaning.
Manual Object-SQL Mapping:
Help also known as object-relational mapping(O/RM), is a programming technique that links SQL databases to object-oriented language concepts, creating (in effect) a "virtual object database." object pool abbreviation.
  • Dodano:
  • Autor: