Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94490 > unrolled thread
| Started by | Laura Creighton <lac@openend.se> |
|---|---|
| First post | 2015-07-24 07:10 +0200 |
| Last post | 2015-07-24 07:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Object Pool design pattern Laura Creighton <lac@openend.se> - 2015-07-24 07:10 +0200
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-07-24 07:10 +0200 |
| Subject | Re: Object Pool design pattern |
| Message-ID | <mailman.935.1437714626.3674.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web