Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94490

Re: Object Pool design pattern

From Laura Creighton <lac@openend.se>
Subject Re: Object Pool design pattern
References <CAE-cm3gqmzhfqhEsk0yobP5fzWv3-xA6ryanE0WQtk57tj+F=w@mail.gmail.com>
Date 2015-07-24 07:10 +0200
Newsgroups comp.lang.python
Message-ID <mailman.935.1437714626.3674.python-list@python.org> (permalink)

Show all headers | View raw


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 Object Pool Design pattern
at all?' -- in which case Googling "python object pool design pattern"
gets you some nice hits -- or you are having some particular problem
related to your use of arrays -- in which case post code (and errors
if you have any) and we will see what we can do.

Laura

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Object Pool design pattern Laura Creighton <lac@openend.se> - 2015-07-24 07:10 +0200

csiph-web