Rewrite description about Soft Updates.
Submitted by: jhb
This commit is contained in:
parent
9e1dbd9ce4
commit
32337f1e82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11583
1 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.15 2001/04/22 05:22:04 eric Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/features.sgml,v 1.16 2001/07/13 12:52:11 dd Exp $">
|
||||
<!ENTITY title "About FreeBSD's Technological Advances">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -62,10 +62,15 @@
|
|||
such as web servers, to cleanly push part of their functionality into
|
||||
the operating system kernel, improving performance.</li>
|
||||
|
||||
<li><b>Soft Updates</b> allow improved file system performance
|
||||
without sacrificing safety and reliability, by intelligently
|
||||
analyzing, caching and rewriting or reordering disk meta-data
|
||||
operations.</li>
|
||||
<li><b>Soft Updates</b> allows improved file system
|
||||
performance without sacrificing safety and reliability.
|
||||
It analyzes meta-data filesystem operations to avoid having
|
||||
to perform all of those operations synchronously.
|
||||
Instead, it maintains internal state about pending meta-data
|
||||
operations and uses this information to cache meta-data,
|
||||
rewrite meta-data operations to combine subsequent
|
||||
operations on the same files, and reorder meta-data
|
||||
operations so that they may be processed more efficiently.</li>
|
||||
|
||||
<li><b>Support for IPsec and IPv6</b> allows improved security in
|
||||
networks, and support for the next-generation Internet Protocol,
|
||||
|
|
Loading…
Reference in a new issue