gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smsd send time


From: alonso acuña
Subject: Re: smsd send time
Date: Thu, 26 Jul 2012 12:30:16 -0600

I forgot to mention another thing, it would seem that the outbox table has a lock placed before sending, but it is only released after checking for received messages which would block other processes from using those records in the outbox table even when the message has already been sent many seconds ago.   This is what I gather from the database issues I have seen, I have not inspected the source code.

Alonso Acuña

On Thu, Jul 26, 2012 at 10:17 AM, alonso acuña <address@hidden> wrote:
This could explain the issues I have seen with database tables being locked for like 30 seconds when sending an sms but the actual sms sending takes 3 seconds.  This issue was not resolved entirely with the fixes I mentioned in other emails.

In my case I would rather have it send quickly and only check for received messages once in a while,  but checking for messages on each send is really bad.

Thanks


On Thu, Jul 26, 2012 at 8:35 AM, Christian Gydesen <address@hidden> wrote:
Hello,
I will like to improve the time it takes my smsd to send multiple sms's. At current it takes around 18sec pr. sms.
I am using a Huawei (E270) usb modem as phone on smsd version 1.5.3 from gnokii 0.6.32git (Built 10:35:02 Jul 25 2012).

I have looked into debug output and I can see it takes 2-3 sec to send a sms, but before the next is send, it iterate through Reading SMS from 1 to 30 and that takes 15-16 sec. In other words the time from Inserting Event: 0 to Processing Event: 0 is rather long.
Can I do something to avoid or reduce this delay?

I have tried setting the Polling interval -i to 60, but then the sending seams to slow sending down even further, as in adding 60 sec to sending time.

You can, if you will, see my debug output here http://www.gyde.dk/smsd_time_debug.html I have added some coloring to selected events. The 7 records to outbox where added instantly.

--
Christian Gydesen


_______________________________________________
gnokii-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/gnokii-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]