On 1/25/06, Sig Lange <[EMAIL PROTECTED]> wrote:
On 1/25/06, Douglas Garstang <[EMAIL PROTECTED]> wrote:
Some questions regarding calling Fast AGI from the dial plan.

Considering that the server side of the Fast AGI has to be able to a) use threading and b) connect to MySQL, this causes some serious limitations. I'm not a C programmer, so development options are either perl or python.

In ref to using perl, You can't connect to the database for each thread?

you would have to connect to the database from each thread, i strongly suggest you use something like sqlproxy (for mysql) or pgpool for postgres and actually have a thread close the connection once it's done, otherwise you're going to have a very large number of idle connections to the database.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to