Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Likely not. (Score 1) 96

This technique will likely be effective against virons in blood plasma, but it will do precisely nothing to a quiescent provirus, so an infected individual will retain infection reservoirs. Unless the active protein can cross the blood-brain barrier, brain infection will also continue and will still lead to accelerated cognitive decline and aids-related dementia. Assuming that it works, this is a godsend for effective control, but a cure it likely is not. A cure will only be accomplished when the silent reservoirs can be coaxed into activity and the host cells containing the provirus are destroyed.

Comment Re:Not so. (Score 3, Insightful) 190

If I want Oracle PL/SQL in Postgres, I have to purchase EnterpriseDB. If you can get EnterpriseDB to give away the "deep Oracle compatibility" for free, many Oracle installations might switch. Let me know how that works out for you.

I'd also like to see PostgreSQL in the TPC-C top ten. That's a lot of work, and for people who need scalability, they don't have time to wait.

Comment Re:IBM should submit some (Score 1) 190

I agree that free software is a good thing, and so does Oracle, as they give away their RedHat clone for free.

Oracle gives away PostgreSQL, MySQL, SQLLite, and several other databases in their clone, and will support them if that is important to you.

Some applications require scalability, availability, or other features that are beyond the realm of the free databases. In those cases, Oracle database XE is free, standard edition is under $10k, and enterprise is available where performance outweighs cost.

I wholeheartedly concur that it will be a good day when a free database gets on the TPC-C top ten list.

Comment Reboot required to patch glibc (Score 3, Insightful) 117

Ksplice and it's derivatives won't help you if you need to purge bad glibc code from memory, as we did for the recent "ghost" vulnerability.

Still, it could potentially be nasty if exploited so we strongly recommend immediate patching and rebooting. Without a reboot, services using the old library will not be restarted,” Moore concluded.

Comment Re:Not so. (Score 1) 190

The Dell server is actually running a Sybase product, which is 98% slower than the SPARC benchmark. It is the newest entry on the list.

If you want an inexpensive database, you might look at Oracle XE, which is free. However, it has some rather tight constraints and limitations, and it only runs on x86.

Comment Not so. (Score 4, Informative) 190

If you examine the top two best performing database platforms (as benchmarked by TPC-C score) you will discover that they are both sold by Oracle, and that the SPARC version has both higher performance and a lower cost per transaction than the x86-64 version.

You might find this quote to be particularly interesting:

"I am going to make a promise to you," [Larry] Ellison said. "By this time next year, that Sparc microprocessor will run the Oracle database faster than anything on the planet."

Comment Please remember... (Score 2) 551

...that, while this part of the conversation might not have been the strongest part of the interview, systemd has won an amazing number of technical battles.

FWIW IMHO, absolutely no, a unified development approach is not the main benefit of systemd. The new functionality is absolutely worth the transition pain. Not only can you control (kill) whole classes of processes more simply than ever, but you also get lightweight containers as a door prize.

Comment Patches for BSDs to run systemd unit files. (Score 1) 551

OpenBSD is trying to move from rc.conf.local and inittab into per-daemon startup/shutdown init.d scripts.

It's a shame that someone didn't swoop in with bare-bones unit file functionality (no cgroups, obviously). At least, with a unit file, PID 1 can launch a non-root process, which is hard with SysVinit (I do wonder if I've written my shim correctly).

Comment Re:Why are we still fighting with this? (Score 0) 105

This was known, and should have been exploited:

Although subjecting the cells to high heat could return memory, the process was problematic; the entire memory chip would need heating for hours at around 250 C.

The rover is equipped with heaters. There is some possibility that simply placing the flash closer could have extended the life of the memory.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...