Yes they are, maybe unix sockets too (not tcp) but yes, there’s a point.
On Dec 19, 2024, at 12:29 PM, Ben Kaufman bkaufman@bcmone.com wrote:
Playing devil's advocate here:
Aren't DB queries generally over TCP? Of course one should OPTIMIZE their DB queries, but in many cases they're necessary in many cases, right?
Kaufman Senior Voice Engineer
E: bkaufman@bcmone.com mailto:bkaufman@bcmone.com
SIP.US Client Support: 800.566.9810 | SIPTRUNK Client Support: 800.250.6510 | Flowroute Client Support: 855.356.9768 https://www.sip.us/ https://www.siptrunk.com/ https://www.flowroute.com/
From: Olle E. Johansson via sr-users <sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org> Sent: Thursday, December 19, 2024 11:09 AM To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org> Cc: Alexis Fidalgo <alzrck@gmail.com mailto:alzrck@gmail.com>; Olle E. Johansson <oej@edvina.net mailto:oej@edvina.net> Subject: [SR-Users] Re: Kamailio not receiving packets on high CPS
CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
On 19 Dec 2024, at 17:49, Alex Balashov via sr-users <sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org> wrote:
On Dec 19, 2024, at 11:19 am, Alexis Fidalgo via sr-users <sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org> wrote:
Been there, done that :) async does not help in this scenario.
Killer here, as you mentioned, is wait, async moves the problem to the side only (learned by testing)
:)
YES! You've just summarised the central thesis about async that I made in this blog post:
https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.evari... https://blog.evaristesys.com/2016/02/15/tuning-kamailio-for-high-throughput-and-performance/
TL;DR don't do HTTP queries from Kamailio. Just don’t
Well, you can set up a cluster of background workers and use the normal http_client. That will speed up the process to read from the network as the network client processes are freed up by you suspending the transaction and continuing in a background process (which you need many of). This will make life better in some cases, but not all.
But in high volume, I would not _depend_ on any TCP-based external process, regardless if it’s HTTP or databases.
/O
Kamailio - Users Mailing List - Non Commercial Discussions -- sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org To unsubscribe send an email to sr-users-leave@lists.kamailio.org mailto:sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!