www.digitalmars.com         C & C++   DMDScript  

c++ - memory mapped file

reply Riccardo Cohen <rcohen articque.com> writes:
Hi,
I'm new to DM, and tried first to compile all open source libraries I use in my
projects.
All went right until trying METAKIE. This embedded database is quite good for
my usage, but need 
memory mapped file.
It does not seem to work and all file remain in memory. So I have sometimes
800Mb of memory used...


I dont know anything about that topic, does anybody know about it ?


PS: it works with visual C++ and also gcc on linux and macosx
Thanks

-- 
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49
Nov 28 2003
next sibling parent Riccardo Cohen <rcohen articque.com> writes:
Sorry, it was METAKIT (http://www.equi4.com/metakit.html)

Riccardo Cohen wrote:

 Hi,
 I'm new to DM, and tried first to compile all open source libraries I 
 use in my projects.
 All went right until trying METAKIE. This embedded database is quite 
 good for my usage, but need memory mapped file.
 It does not seem to work and all file remain in memory. So I have 
 sometimes 800Mb of memory used...
 
 
 I dont know anything about that topic, does anybody know about it ?
 
 
 PS: it works with visual C++ and also gcc on linux and macosx
 Thanks
 
-- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49
Nov 28 2003
prev sibling parent "Walter" <walter digitalmars.com> writes:
I used memory mapped files all the time. I have no idea what might be going
wrong.
Nov 28 2003