Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Do your pages load fast? (Score 4, Interesting) 302

If your page isn't fully loaded in less than 2 seconds over a real world network without using cache, potential clients have will leave before the 1st page load.

If you can write pages that load fast, keep doing the custom work. If your pages are slow, fix it or fix your technique.

Comment So much for progress (Score 1) 79

We buy the Solaris 9 patch support. The changes for this cycle are 1) TimeZone files updated, 2) Fix to zip and 3) Java fixes

The last kernel patch which required a reboot was 122300-68 from June 2013.

My Solaris 11.2 box gets rebooted way too often to replace other production servers and its better than Sol 10.

Someone at Oracle should learn the difference between an operating system and an operating environment and making sure the OS is rock solid.

Comment Re: Not really for mastery ... (Score 1) 75

ZFS is miserable on things that assume overwritten blocks will stay where they are on the disk. Some people even count on that to able scrub data. Is there a simple ioctl/fctl that allows that to be turned off in ZFS? no. There should also be an ioctl saying "this file needs to start on a physical block, not be encrypted, and it would be very cool if it was in the 1st gig of the disk, and can you tell me what real sector you can allocate for it?" because computer still need to boot.

Why wasn't there a zfsdump / zfsrestore that wrapped up the send / receive from day one? Even if /usr/lib/fs/zfs/fsck was a shell script wrapper around something else, it would have indicated a clue about where this stuff should fit in the grad scheme of things.

Not everyone uses ufsdump to make backups, I use it to verify the contents of some files on the disk.

Comment Toolmaking language is still evolving (Score 1) 154

It is not an accident that the countries that advanced the fastest during the industrial revolution had some unique language features such as compound words. English has a number of other advantages such as the ability to absorb words from other languages, lack of gender on most nouns and precision.

Slashdot Top Deals

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...