Forgot your password?
typodupeerror

Comment Re:Scary analogy (Score 1) 262

When you restart the master server for the production database, what will the application servers query?

The next node in the cluster? If this is a critical infrastructure system where time is money (or lives, or whatever) then you DO have a redundant highly available architecture, right?
 

The fact that "all systems develop runtime cruft over time" is the problem.

This is only part of the problem (and I'm not convinced it is fact). Other problems are that hardware has a finite lifetime (be it however long), and we never have complete control over the environment, no matter how much we spend on the space.

No matter how how bulletproof the system is, nothing is completely immune to failure - I do, however, rebut the notion that rebooting and kernel updates are inevitably linked. Something /will/ crash, and murphy dictates that this will not happen when you plan it - so it is best to plan accordingly. This is a trait of a good sysadmin. This makes a reboot after a kernel upgrade a sensible precaution - but not inevitable, and perhaps the reboot is better aligned with a disaster recovery planning operation.

Ultimately, as previously noted, the major advantage to this is not skipping an otherwise obligatory reboot, rather, it is being able to segregate upgrades and reboots, and not be forced to combine those activities. Both are important, but more control of potential downtime activities is a good thing.

Networking

Cisco Mulls Adding Verbal Interview To CCIE Exams 117

Julie188 writes "Here's a new idea to stop certification test-taking cheaters; Cisco is considering introducing a verbal interview portion to its CCIE lab exams across the world. Cisco confirmed that it is running a pilot in its exam lab in Beijing, China that involves candidates taking a 10-minute verbal interview as part of their lab exam. Cisco said that if the pilot is successful, the interview could be introduced as a requirement for CCIE Routing & Switching candidates worldwide. The company has been running the pilot since August."
Government

Linux-Based E-Voting In Brazil 302

John Sokol writes "I just heard from a good friend and Linux kernel hacker in Brazil that they have just finished their municipal election with 128 million people using Linux to vote. They voted nationwide for something like 5,000 city mayors. Voting is mandatory in Brazil. The embedded computer they are using once ran VirtuOS (a variant of MS-DOS); it now has its own locally developed, Linux-based distro. These are much nicer, smaller, and cheaper than the systems being deployed here in the US. Here is a Java-required site with a simulated Brazilian voting system. It's very cool; they even show you a picture of the candidate you voted for."
Microsoft

Mono 2.0 and .NET On Linux 405

Several readers noted the release of Mono 2.0, which is compatible with Microsoft's .NET Framework 2.0. According to Miguel de Icaza, "... users can move over server applications built for .NET and client applications built with Windows Forms." InternetNews points out that only about half of the .NET apps out there will work on Mono 2.0, for a variety of reasons including (but not limited to) legacy Windows-only libraries and Microsoft's progress on .NET 3.0 and 3.5 APIs.

Comment Depends on the tier of management. (Score 1) 238

In a company large enough to support it, there should be a manager with a technical background who can understand what the engineers are saying and provide occaisional insight or recommendations, who would then translate that into 'business speak' for management who lacks such a background.

That is not to say that technical management should necessarily have the same specific background or skillset as the engineers who report to them, but they should have enough to understand tecnical jargon, and specific requests. There is nothing more frustrating than trying to explain a complex technical issue to someone with no background, unless it is a technical manager who feels that they can do everything you can, but better (if they only had the time).

What I've seen work best is technical management with 'generalist' backgrounds, with reports who have more in depth, but specific, backgrounds.

Slashdot Top Deals

There are no data that cannot be plotted on a straight line if the axis are chosen correctly.

Working...