On Thursday 27 December 2001 09:07 am, Daniel Molkentin wrote: > My question (hello Waldo, Lubos ;) is wether it would bring an effectiv= e > speedup. What was the original idea behing coupling KControl and Startu= p > stuff anyway? They are functionally coupled. It typically performs some initialisation = based=20 on a setting that you can set with the control module. Think modular desi= gn. For performance it would probably be somewhat better to put all init code= in a=20 single lib, that might save you maybe a second on startup and a bit of=20 disk-trashing. Cheers, Waldo