g-reno
g-reno
Not exactly the same as #8 where he seemed to be wanting android2po to magically detect the % strings and then add the formatted="false" attribute. The attributes are the coders...
Just looking around for running loops in the tree: $ grep -RHn 'while (1)' * channels/rdpdr/smartcard/scard_operations.c:461: while (1) channels/rdpdr/smartcard/scard_operations.c:660: while (1) channels/rdpdr/rdpdr_main.c:827: while (1) channels/rdpdr/rdpdr_main.c:896: while (1) channels/rdpdr/rdpdr_scard.c:78: while (1)...
I'm sure. :-) I think this one is going to take a team effort to look at this. The scope is pretty big and you would have to do all...
Yep, just what I was afraid of: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 9979 root 20 0 446m 20m 2920 S 21.6 0.3 0:06.60...
Right now it looks like these loops are all "polling" loops. I think what we need are "wait event" loops that wait for an event interrupt to occur before they...
Ok, I just reconfigured to compile X11 version. It is showing less cpu usage than dfbfreerdp version. So what is needed to make dfbfreerdp to behave like xfreerdp? Maybe it...
Here is an archive link to the directfb posting: http://permalink.gmane.org/gmane.comp.graphics.directfb.user/2651 .
Steps to duplicate: ``` install directfb and a vncviewer using your packager # clone and build freerdp as usual mkdir cd to git clone https://github.com/FreeRDP/FreeRDP.git cd FreeRDP sh autogen.sh ./configure...