Re: Object Pool design pattern

2015-07-23 Thread Laura Creighton
In a message of Thu, 23 Jul 2015 23:09:38 +0200, Abder-Rahman Ali writes: >Hello, > >How can we implement the Object Pool design pattern in Python, especially >when the pool consists of array data types? > >Thanks. Is your problem 'I don't know how to implement the O

Object Pool design pattern

2015-07-23 Thread Abder-Rahman Ali
Hello, How can we implement the Object Pool design pattern in Python, especially when the pool consists of array data types? Thanks. -- https://mail.python.org/mailman/listinfo/python-list