Re: [Resin-interest] Runtime creation of database connections pools

2008-09-09 Thread Eric Kreiser
any information relative to newer resin versions... I need the ability to completely define a database pool at runtime in code... Scott Ferguson wrote: On Sep 24, 2007, at 7:36 AM, Eric Kreiser wrote: Should I take it from the silence from caucho... that this is not something they want

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-24 Thread Eric Kreiser
Should I take it from the silence from caucho... that this is not something they want to support? I use resin connection pooling extensively (and am very happy with its performance), and am not really wanting to introduce another library into the mix if I can avoid it... Eric Kreiser wrote:

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-24 Thread Scott Ferguson
On Sep 24, 2007, at 8:14 AM, Eric Kreiser wrote: I understand about the scope of the change for 3.1.3... but for the record, I would love to see it make 3.1.4 :-) Speaking of 3.1.3... is there an ETA? The target is two weeks from now (we had a two week delay due to php6/ i18n issues).

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-24 Thread Jan Kriesten
hi scott, The target is two weeks from now (we had a two week delay due to php6/i18n issues). We're working on QA/regressions, so any new features and most open bugs will wait for Resin 3.1.4. huh. :-( regards, --- jan. ___ resin-interest

Re: [Resin-interest] Runtime creation of database connections pools

2007-09-16 Thread Barrie Selack
... maybe if I put my comments at the top.. it'll be easier to find :-) I've been using Proxool for 3+ years. It's been very stable and can be configured programatically as well as well XML or properties. I'm using the older version 0.8.3, but 0.9 release candidates have been out for a while.

[Resin-interest] Runtime creation of database connections pools

2007-09-14 Thread Eric Kreiser
Does resin support this... and if so... can someone point me in the right direction. If not... does anyone recommend another database connection pooling api which does support this? I have found myself in a situation where I need to create my database connection pools in code at runtime not