Pool Usage Frequency

Greetings,

For designing methods, we frequently need to use the class ‘Pool’.

Is it possible to create an instance of pool in the setup of the class to be called from ‘self’?

kind regards, Alejandro OneCluster - Tekopora

The pool instance depends on the database of the transaction.
But if you are worry about performance, the pool instantiation is not really an instantiation but more just a dictionary lockup.

1 Like