Got it. I think it won't be like "huge number of messages"; anyway,
what I'm gonna do is to process the log file via the OS log management
utility (newsyslog in my case) with the help of a small Perl script.

Thank you for your tips.

Best regards,


Alberto Mijares


On Tue, Apr 14, 2015 at 11:43 PM, Tapan Kumar Thapa
<tapan.thapa2...@gmail.com> wrote:
> If application is going to send huge number of messages via kannel than i
> think we should not configure kannel anyhow with MySQL (Or Any other
> database) as All databases actually slow the performance of kannel due to
> select/insert/update/delete operations.
>
> We should make our own application in front of kannel for logging and any
> other operations.
>
> On Wed, Apr 15, 2015 at 3:54 AM, Alberto Mijares <amijar...@gmail.com>
> wrote:
>>
>> Hi guys,
>>
>> I'd like to send bearerbox access logs directly to a MySQL table. I
>> think I could try
>>
>> group = core
>> ...
>> access-log = "/path/to/any/socket"
>> ...
>>
>> and have a script reading the socket, etc...
>>
>> Have anyone done this before? Any advise before I put my hands on
>> would be appretiated.
>>
>> Thanks in advance,
>>
>>
>> Alberto Mijares
>>
>

Reply via email to