Does WebVelocity have a built-in database connection pool?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Does WebVelocity have a built-in database connection pool?

Rick Flower
I was just curious.. I am trying to get my app running with a
connection pool class that worked fine in VW7.6 but gets stuck
in a critical section in WV for some reason I haven't figured out
yet.. Anyway, if WV has one then I might switch over instead
of spending more time on diagnostics..

Thx!

--
You received this message because you are subscribed to the Google Groups "WebVelocity" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/webvelocity?hl=en.

Reply | Threaded
Open this post in threaded view
|

Re: Does WebVelocity have a built-in database connection pool?

Rick Flower
On Wed, 5 May 2010 22:05:37 -0700 (PDT), Rick F <[hidden email]>
wrote:
> I was just curious.. I am trying to get my app running with a
> connection pool class that worked fine in VW7.6 but gets stuck
> in a critical section in WV for some reason I haven't figured out
> yet.. Anyway, if WV has one then I might switch over instead
> of spending more time on diagnostics..

Ok. Solved my current problem but it might still be good to
know if WV has a connection pool -- my guess is no but someone
else might be curious..

-- Rick

--
You received this message because you are subscribed to the Google Groups "WebVelocity" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/webvelocity?hl=en.

Reply | Threaded
Open this post in threaded view
|

Re: Does WebVelocity have a built-in database connection pool?

Michael Lucas-Smith-2
On 5/5/10 10:35 PM, Rick Flower wrote:

> On Wed, 5 May 2010 22:05:37 -0700 (PDT), Rick F<[hidden email]>
> wrote:
>    
>> I was just curious.. I am trying to get my app running with a
>> connection pool class that worked fine in VW7.6 but gets stuck
>> in a critical section in WV for some reason I haven't figured out
>> yet.. Anyway, if WV has one then I might switch over instead
>> of spending more time on diagnostics..
>>      
> Ok. Solved my current problem but it might still be good to
> know if WV has a connection pool -- my guess is no but someone
> else might be curious..
>
>    
Yep, Seaside-Glorp uses it by default, however it's not the drivers
native pooling eg: the pooling support you can get from the oracle client.

Michael

--
You received this message because you are subscribed to the Google Groups "WebVelocity" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/webvelocity?hl=en.