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


Groups > comp.lang.python > #94490 > unrolled thread

Re: Object Pool design pattern

Started byLaura Creighton <lac@openend.se>
First post2015-07-24 07:10 +0200
Last post2015-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.


Contents

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

#94490 — Re: Object Pool design pattern

FromLaura Creighton <lac@openend.se>
Date2015-07-24 07:10 +0200
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web