[Uim-bugs] [Bug 3620] Applying changes of uim-pref is too slow
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 9 00:11:42 EEST 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=3620
------- Additional Comments From yamaken at bp.iij4u.or.jp 2005-08-09 07:11 -------
(In reply to comment #3)
> Without special setting, pressing apply button consumes about 5 seconds on my
> machine. Surely it's slow.
>
> I guessed bottleneck was the transfer of all custom variables.
No. See the fact I wrote in comment #0
> The operation takes about 5 seconds on my machine.
> Primary factor of the problem is unwanted loopback helper messages. Disabling
> uim for uim-pref resolves this problem.
>
> For example, following uim-pref invocation without uim-xim disables uim. It
> takes about 1 second for the operation.
>
> GTK_IM_MODULE=xim uim-pref-gtk
It reduced 80% of the time consumption by closing only one socket which sends
messages from helper-server to the uim context of uim-pref. It's the primary factor.
The message bus facility you suggested will resolve it without disabling the uim
immodule as avobe.
Of cource further performance improvement such as you are developing on now is
valuable.
But you should be aware of the verified fact when doing it.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list