Le 13.2.2013 08:09:11, Philipp Hahn a écrit :
> Hello,
>
> Am Dienstag 12 Februar 2013, 22:48:56 schrieb Blindauer Emmanuel:
> > Le 11.2.2013 09:10:15, Philipp Hahn a écrit :
> > > You can try to modify the Makefile.am and add
> > >
> > > X11rdp_LDFLAGS = -Wl,--no-as-needed
> > >
> > > Running
Little follow up on the subject:
I can confirm that if the java application is running by a user, the CPU
utilization of the X11rdp process for that particular user is max 10%.
If a user is running the java application, and the 2nd users logs in, the
2nd user`s X11rdp process utilize around 100%
Dear List,
I`ve just discovered that the CPU utilization of X11rdp processes could be
100% (based on the results of the command `top`).
This is a virtual SLES11SP2 x64 server, with 8 virtual cores, and with only
2 remote users. We use X11rdp sessions.
The users normally run a java based applicati
Hello,
Am Dienstag 12 Februar 2013, 22:48:56 schrieb Blindauer Emmanuel:
> Le 11.2.2013 09:10:15, Philipp Hahn a écrit :
> > You can try to modify the Makefile.am and add
> >
> > X11rdp_LDFLAGS = -Wl,--no-as-needed
> >
> > Running "make" should rebuild the auto* files and the binary.
>
> I ve