Thread overview
File system in a file
Apr 27, 2005
Andrew Fedoniouk
Apr 27, 2005
Manfred Nowak
Apr 27, 2005
Andrew Fedoniouk
Apr 28, 2005
Manfred Nowak
Apr 28, 2005
Andrew Fedoniouk
April 27, 2005
For those who thinks about starting new D project, please consider porting this:

http://www.codeproject.com/file/nfsLibrary.asp

In my opinion this is extremely good to have in
standard lib - unified solution for compound
documents / persistent data storage.

Andrew.


April 27, 2005
"Andrew Fedoniouk" <news@terrainformatica.com> wrote:

[...]
> In my opinion this is extremely good to have in
> standard lib

Have a closer look at it and you will see, that it has no repair facilities, i.e. one power down because of lack of energy, and all contents is lost.

-manfred

April 27, 2005
Agreed.

It make sense to take a look on
http://www.garret.ru/~knizhnik/dybase.html
It has transaction mechanism and plain C interface.

Andrew.



"Manfred Nowak" <svv1999@hotmail.com> wrote in message news:d4oiv5$1iuk$1@digitaldaemon.com...
> "Andrew Fedoniouk" <news@terrainformatica.com> wrote:
>
> [...]
>> In my opinion this is extremely good to have in
>> standard lib
>
> Have a closer look at it and you will see, that it has no repair facilities, i.e. one power down because of lack of energy, and all contents is lost.
>
> -manfred
> 


April 28, 2005
"Andrew Fedoniouk" <news@terrainformatica.com> wrote:

> It has transaction mechanism and plain C interface.

But no 80-bit real support.

-manfred
April 28, 2005
It treats data in raw form as just bytes.
So to add 80-bit real is not a big deal I guess.

Andrew.

"Manfred Nowak" <svv1999@hotmail.com> wrote in message news:d4pgkt$2gi3$1@digitaldaemon.com...
> "Andrew Fedoniouk" <news@terrainformatica.com> wrote:
>
>> It has transaction mechanism and plain C interface.
>
> But no 80-bit real support.
>
> -manfred