[asterisk-users] Help Please - Asterisk MYSQL interface seems to be eating data

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Mon May 5 10:51:37 CDT 2008


On Monday 05 May 2008 09:45, Johansson Olle E wrote:
> Another issue that we need to fix with the MYSQL driver is that we're
> lacking a connection pool. Everything seems to be handled over one
> connection to Mysql, which causes issues.

That's not true.  The MYSQL app generally uses multiple connections, one
for each channel.  The only way one might use only a single connection is
by using a global variable to store a single connection id, but that method
is not documented anywhere, AFAIK.

> Any MySQL developers out there that can help us fix this? We need
> someone that has been developing towards the Mysql api.
>
> And please do not always refer to "Digium developers" when you have
> problems in Asterisk. There are developers that are not employees of
> Digium...

There used to be more outside developers, but Digium is a great place to
work... ;-)

-- 
Tilghman



More information about the asterisk-users mailing list