Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How the HAL are you supposed to use these files?
Date: Fri, 12 Feb 2010 00:08:17
Message-Id: 201002120131.27115.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] How the HAL are you supposed to use these files? by Zeerak Waseem
1 On Friday 12 February 2010 01:10:58 Zeerak Waseem wrote:
2 > But honestly, I don't have a solution to the problem, what I can however
3 > say is that my browser and my mail app, are pretty deft at realizing that
4 > their attempts to access a server, are in vain, without any network
5 > manager to tell them that they're offline. If there is any inter-app
6 > communication going on, it's not anything I know enough about to give a
7 > qualified guess about.
8
9 So do this then:
10
11 Build a desktop from old ebuilds and tarballs from a time when dbus was not
12 prevalent. Make sure that the result is somewhat comparable to what you like
13 to have now. Note the code sizes and other metrics of complexity. Note
14 resource usage.
15
16 Then examine the code for all the major apps you have, find the IPC-type
17 functionality they have and remove it. Rebuild everything. Note the code sizes
18 and other metrics of complexity. Note resource usage.
19
20 Compare these two sets of numbers. Then run your new IPC-less machine. Let us
21 know how that works out for you.
22
23 At the very least you will gain an understanding of just how much IPC is going
24 on even in minimal environments.
25
26 --
27 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] How the HAL are you supposed to use these files? Zeerak Waseem <zeerak.w@×××××.com>