-
Hi! I am using signal-cli in Windows. In my application performance does matter, which for my application means how much time sending of multiple messages(10-20) takes. I do not know much of Java. I assume that every signal-cli.bat call will restart JVM again and therefore signal-cli calls take some time(2-3 seconds). Is there any option to configure Java so that shutdown of JVM will not happen and all calls would be made by same JVM instance? Or should I install this dbus https://gitlab.freedesktop.org/dbus/dbus/-/tree/dbus-1.12 to my Windows machine and then use signal-cli daemon mode? Does this combo Windows & dbus & daemon mode work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Correct.
Run the daemon and communicate over DBus, like you suggest. Or, now there's also an experimental native build with GraalVM.
I would like to know that too! :) According to their doc at least, windows is supported. See also Performance FAQ. |
Beta Was this translation helpful? Give feedback.
-
Help me understand GraalVM tech with an ignorant Q:
|
Beta Was this translation helpful? Give feedback.
Correct.
Run the daemon and communicate over DBus, like you suggest. Or, now there's also an experimental native build with GraalVM.
I would like to know that too! :) According to their doc at least, windows is supported.
See also Performance…