Delay on sending messages #691
Unanswered
jyothisjose
asked this question in
Q&A
Replies: 1 comment
-
Most of the time is spent in starting up Java virtual machine. You can bypass this by using a non-java command to send messages through dbus, e.g. There has recently been some work done to create a native binary that does not require JVM: #446 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using signal-rest-api for sending the messages with " --dbus " option.
Internally signal-rest-api calling the signal-cli command, we are getting a delay of 3 - 8 sec while sending the messages.
can you please let us know how can we reduce the send delay time to less than 1 sec.
Beta Was this translation helpful? Give feedback.
All reactions