[Asterisk-java-devel] FastAGI and Database connecction pools.
Brought to you by:
srt
From: Chris H. <ch...@as...> - 2006-02-26 20:55:13
|
Hi All, I'm looking into using the FastAGI interface and I need a DB interface to determine the control call flow. What I would really like is a DB (postgres in my case) connection pool available to each of the AGI connection threads. I'm a little stumped on how to proceed. I'm looking at a connection pool interface to the AGIConnectionHandler Class and provide a method to request a connection from the pool. Has anyone tried something like this? Chris |