Skip to main content

Home/ Linux/ Group items tagged jump

Rss Feed Group items tagged

Marco Castellani

Red Hat Magazine | Fedora 9 and the road to KDE4 - 0 views

  • Fedora 9 will include KDE 4.0.3 by default, so this is a look at the progress of one of the major free desktop environments. KDE 4.0 was released January 11, 2008 after a couple of years of discussions and hype. The initial release was followed by a succession of minor releases that fixed many of the glaring bugs. The project that was initiated on October 14, 1996, so its developers have nearly a decade of experience now. While a lot of things have changed, there is still a familiar feel from its initial days. So what has changed?
  • The new Kickoff menu is a bit unusual and takes time to get used to.
  • The KDE project has taken a big risk, hoping to jump-start innovation. I hope they get it right. Along with the interesting acquisition of Trolltech by Nokia, the future is exciting and uncertain… and that’s just the way I like it.
anonymous

Ubuntu Server: Kernel Configuration Considerations - ServerWatch.com - 0 views

  • Preemption The server kernel has kernel preemption turned off (CONFIG_PREEMPT_NONE=y), while the desktop kernel has it enabled (CONFIG_PREEMPT_BKL=y, CONFIG_PREEMPT_VOLUNTARY=y). Preemption works along with scheduling to fine-tune performance, efficiency and responsiveness. In non-preemptive kernels, kernel code runs until completion; the scheduler can't touch it until it's finished. But the Linux kernel allows tasks to be interrupted at nearly any point (but not when it is unsafe, which is a whole huge fascinating topic all by itself), so that tasks of lesser-priority can jump to the head of the line. This is appropriate for desktop systems because users typically have several things going at once: writing documents, playing music, Web surfing, downloading and so on. Users don't care how responsive background applications are; they care only about the ones they're actively using. So if loading a Web page takes a little longer while the user is writing an e-mail, it's an acceptable trade-off. Overall efficiency and performance are actually reduced but not in a way that annoys the user. On servers you want to minimize any and all performance hits, so turning off preemption is usually the best practice.
1 - 3 of 3
Showing 20 items per page