The world's most popular open source database
The NDB API is designed as a multi-threaded interface and so it is often desirable to transfer database operations from more than one thread at a time. The NDB API keeps track of which Ndb objects are active in transferring information to the NDB kernel and the expected amount of threads to interact with the NDB kernel. Note that a given instance of Ndb should be used in at most one thread; different threads should not use the same Ndb object.
There are four conditions leading to the transfer of database operations from Ndb object buffers to the NDB kernel:
1.4.7

