Written by Alan Pope the 28 Feb 08 at 13:50. Category: Internet & Networking.
Related to: Nothing/Others.
New
At the moment it's possible to manage traditional wired and WiFi connections using Network Manager. To connect via a modem, a 3G/GPRS card, over bluetooth to a cell phone or via USB to another device requires that the user installs extra packages, and does a fair amount of configuration that isn't found in Network Manager.
A single unified tool should be provided which allows the user to connect to a network (or internet) via any supported method. It would also be useful to provide an extension to this tool to manage firewall rules and network connection sharing.
Written by Ubuwu the 28 Feb 08 at 15:04. Category: System.
Related to: Nothing/Others.
New
In todays computer systems the main bottleneck is not CPU but disk access which is several orders of magnitude slower than CPU and memory. In such circumstances the way to improve application performance is to prefetch data it needs from disk before it even requests it and it is the point of prefetching techniques. This speeds up boot and decreases the time needed to start programs. This replaces and it is faster than the currently used readahead.