Re: SMS sending speed slows down when a new DB server connected

2025-03-27 Thread Sayed Hadi Rastgou Haghi
Dear Biswajit, you may disable mysql dns lookups to remove unnecessary time used for remote host lookups by mysql thus improving speed. https://nixcp.com/skip-name-resolve/ On Tue, Mar 18, 2025 at 6:52 AM Biswajit Kumar wrote: > Hi, > > Kannel application is on Ubuntu 20.04, as it had compilat

Re: SMS sending speed slows down when a new DB server connected

2025-03-18 Thread Alejandro Guerrieri
The first thing I would check is if you have the proper indexes in the db. Compare the schemas and make sure that not only the tables but also the indexes are the same.Regards,--Alejandro GuerrieriOn Mar 17, 2025, at 23:22, Biswajit Kumar wrote: Hi, Kannel application is

Re: SMS sending speed slows down when a new DB server connected

2025-03-17 Thread Jorge Guntanis
Check the network connection, the db connection pool. If it's fast locally, and slow remotely, there is a bottleneck getting to the DB. Check DNS resolution and db connection pool size, make sure the DB is in the same network as the kennel server. Etc. El mar, 18 de mar de 2025, 00:13, Biswajit

Re: SMS sending speed slows down when a new DB server connected

2025-03-17 Thread Biswajit Kumar
Hi, Kannel application is on Ubuntu 20.04, as it had compilation error in Ubuntu 22.04. /Thanks and Regards,/ *Biswajit Kumar* | AGM, P&D Bangla Phone Ltd. | +8801833103909 On 3/18/2025 4:24 AM, Mesbahuddin Malik wrote: How did Compile Kannel on Ubuntu 22.0

Re: SMS sending speed slows down when a new DB server connected

2025-03-17 Thread Mesbahuddin Malik
How did Compile Kannel on Ubuntu 22.04 with which gcc version ? Regards Mesbah +8801833055942 On Mon, Mar 17, 2025 at 11:12 AM Biswajit Kumar wrote: > Dear fellow users, > > I am having a peculiar problem trying to replace the MySQL database server > which works on my Kannel application server.

SMS sending speed slows down when a new DB server connected

2025-03-16 Thread Biswajit Kumar
Dear fellow users, I am having a peculiar problem trying to replace the MySQL database server which works on my Kannel application server. I have Kannel application in separate VM, and MySQL database in another. So far I understood and have been working with Kannel is that my Kannel has SQLB