View Single Post
Posts: 114 | Thanked: 7 times | Joined on Jan 2006
#11
Originally Posted by SeRi@lDiE
well I just ssh to my tablet and I found that a lot of process are running several times in the system...
So it could be that the system is not shuting down the process correctly causing the system to over load at some point...

I had 4 media-server running, 3 music-player, 2 hildon-input-medthod, etc... and the list get bigger.

If I am running only one instance of Music Player they shouldnt be 3 instances of music-player running....

I haven't done much exploring on the thread model on the 770, but being it is linux.... when an application has multiple threads running (ie, being able to download a file while still letting you browse the web), those threads will show up in the process list as multiple instances of the main application. I'm still trying to follow the DBUS, but I'm betting there's some threading going on in being able to receive messages off the bus.. and those messages are things like "full screen button pressed, volume key pressed". I'm sure someone else can clarify and/or correct me.