summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-21 02:18:09 +0000
committerfukachan <fukachan>2001-10-21 02:18:09 +0000
commitc82f3a92c22ea10573329d3ba7b08c48d3f403ef (patch)
treecadfac555b4a36fd935e163c8e7e30f7cf8f18f3 /fml/doc/ja/tutorial
parent4e80afc42810ffbc38afb1548ec9bb46730a6ad2 (diff)
downloadfml8-c82f3a92c22ea10573329d3ba7b08c48d3f403ef.tar.gz
fml8-c82f3a92c22ea10573329d3ba7b08c48d3f403ef.tar.bz2
fml8-c82f3a92c22ea10573329d3ba7b08c48d3f403ef.zip
Tie::JournaledDir
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/internals/db.sgml15
1 files changed, 14 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/internals/db.sgml b/fml/doc/ja/tutorial/internals/db.sgml
index 58f21927..fbc3df00 100644
--- a/fml/doc/ja/tutorial/internals/db.sgml
+++ b/fml/doc/ja/tutorial/internals/db.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: db.sgml,v 1.2 2001/08/19 12:53:08 fukachan Exp $
+ $FML: db.sgml,v 1.3 2001/08/19 14:55:38 fukachan Exp $
-->
<chapter id="db">
@@ -34,6 +34,19 @@ DBMS
使用する領域のサイズをある程度気にするか?の 2 種類です。
</para>
+<warning>
+<para>
+現在では
+ Tie::JournaledFile クラス
+を利用した
+ Tie::JournaledDir クラス
+もあるので、
+将来
+Tie::JournaledDir もしくは File::CacheDir かのいづれかは
+不必要になるかも知れません。
+また、インターフェイスの違いから適宜使い分けるのかもしれません。
+</para>
+</warning>
<sect1 id="db.Tie.JournaledFile">