Re: [ANN] Modified version of DCOracle2 is available
"Charlie Clark" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Organization | eGenix.com |
| Message-ID | <[email protected]> |
Am 21.11.2006, 15:33 Uhr, schrieb Maciej Wisniowski <[email protected]>: >> Please be careful, I made one attempt at this and it's fiendishly >> difficult to get right... > I've used pool implementation from psycopg so I think it is rather > good code base. As I said before, after discussion with Dieter Maurer > I've changed this a bit, that it doesn't use volatile atributes. I think > the code in few places is even simpler now. So far it works for some > time in a site used by hundred or more users (kind of test environment > for end user) and I've seen no problems due to connection pool or lack > of volatile attibutes yet. Eek! ZpsycopgDA is GPL'd! Does that mean you've put your version of DCOracle under GPL? But that aside I am not sure it is the best implementation of connection pooling out there. Charlie