Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Right. (Score 1) 131

FreeBSD betas come with a lot of extra stuff in libc and the kernel turned on that make tracking issues easier at the expense of speed.

No they don't. There's the main kernel debugging options: WITNESS, which tracks kernel locking ordering, and INVARIANTS, which adds in a lot of asserts to validate the integrity of various data structures. libc wise there's MALLOC_PRODUCTION, which turns off a bunch of debugging things in jemalloc.

None of these are ever on unless you're running FreeBSD -CURRENT (currently the 8 series) or otherwise make a custom build where you've explictly turned them on; 7-BETA and 7-RC's are built with the same options as release builds. You'll *know* when someone benchmarks a system with them on because they'll be *significantly* slower.

Comment Re:Right. (Score 1) 131

Also there is that "new" BSD licensed compiler, I don't remember the name, I have no idea if it's complete enough to be able to compile said benchmarks and compete with GCC but it would had been interesting with that one to.

You're probably thinking of LLVM. It does have a gcc front-end, so can be used to compile most things gcc can.

There's another one or two, but LLVM's probably the only serious contender against gcc.

Comment Re:What about the Sun Studio compiler? (Score 1) 131

My issue is with using FreeBSD 7.1 Beta 2. They should have stuck with 7.0 (the release edition). Usually the Betas and RCs tend to be worse-performing than the final releases

Beta and RC should be pretty much as performant as the final release; there's no magical change in CFLAGS or debugging options for a release.

On CURRENT, yes, there's WITNESS and INVARIANTS which drastically reduce performance because it's constantly checking every locking operation to make sure things are happening in the right order, verifying kernel data structures and so forth. This doesn't apply to STABLE, PRERELEASE, BETA or RC releases.

Comment ZFS should like these (Score 1) 164

ZFS in recent Solaris Nevada and FreeBSD CURRENT supports a feature called L2ARC; Level-2 Advanced Replacement Cache. This is basically the ZFS filesystem/metadata cache, backed by so-called cache devices.

So, you can get your 32GB SSD, shove it in front of your n-TB ZFS array, and it'll use it to help accelerate random reads. 32GB of storage is a bit feeble, but 32GB of cache.. that's rather compelling, especially if your storage is otherwise backed by cheap and cheerful 7200RPM disks.

Comment Re:Exciting (Score 1) 326

Original Install Date: 22/07/2005, 11:39:35
Hotfix(s): 340 Hotfix(s) Installed.

Hibernate works fine for me, both with the 3 or 4 nVidia graphics cards this system's been through and my current ATI, plus two different TV cards, three sound cards and two SATA cards. Granted it's not perfect, but it normally lasts about a fortnight of hibernating once a day.

Maybe it's because I spent more on a Tyan motherboard.. but then again, Hibernate worked fine on my last two Gigabyte motherboards too.

Comment Re:so? (Score 1) 369

Meh, I've got a PS3, I still do the vast majority of gaming on a PC.

Consoles have far smaller catalogs, the games are more expensive, they're generally shallower, they look worse, they have poorer controls, and many of the titles worth having are also available on the PC. Certain classes of game are practically non-existant since they don't fit the console demographics or control systems or hardware limitations.

There's little to no freeware, no modding, and no publishing freedom since everything has to be vetted by one vendor. That's all a pretty hefty price for a marginally higher probability of things Just Working.

Comment Re:Sun shoots, and... well, you already know. (Score 2, Insightful) 249

  • Sun X4240, cheap from third party reseller not necessarily in the best of configurations: ~£2700.
  • 2 cheap and cheerful SSD's for ARC second level cache: £300. £1200 if you want ones with decent write performance.
  • 14*146GB 2.5" 10kRPM SAS disks: £2100.

Even if you put it together and test it using slave labour, you're not getting much change from $11k.

Sure, you could just plonk three 1.5T Seagates in there, shove a RAIDZ over it and call it a day, and that would be fine for some uses, but it's not really something you buy a storage appliance for, is it?

Comment Re:Looks great.. but (Score 1) 249

Second level ARC is standard in recent ZFS; you could just plonk some X25-M's in your X4240, attach a disk shelf to it, configure ZFS to use the SSD's as secondary ARC for it, and pretty much have something like what Sun are selling.

You know, just with less vendor support, and more effort involved in building, configuring, tuning and testing. If you come out of it with change from $10k, you probably earned it with the effort you put in.

Comment But, I thought "People 'can't wait for ID cards'" (Score 3, Insightful) 143

But I thought "People 'can't wait for ID cards'":

The cards will be available for all from 2012 but she said: "I regularly have people coming up to me and saying they don't want to wait that long."

Someone should tell Jacqui that the people who stand to make lots of money from producing ID cards for the government wanting it to be done sooner don't count as a representative sample of the British public.

Slashdot Top Deals

"The only way I can lose this election is if I'm caught in bed with a dead girl or a live boy." -- Louisiana governor Edwin Edwards

Working...