On 9/27/05, Christopher Petrilli <[EMAIL PROTECTED]> wrote:
>
> On 9/27/05, Jay Sprenkle <[EMAIL PROTECTED]> wrote:
> > > I'm developing an open source project (a Data Access Grid) that
> > > uses internally the SQLite library as the storage method and I'm
> > > interested in your opinion about 4 q
On Tue, 2005-09-27 at 13:40 +0200, Joxean Koret wrote:
> Why not use mmap, munmap, mprotect, mlock, etc... system calls?
>
You ever tried to mmap a 10GiB database file into the memory
of processor with a 4GiB address space?
--
D. Richard Hipp <[EMAIL PROTECTED]>
On 9/27/05, Jay Sprenkle <[EMAIL PROTECTED]> wrote:
> > I'm developing an open source project (a Data Access Grid) that
> > uses internally the SQLite library as the storage method and I'm
> > interested in your opinion about 4 questions:
> >
> > 1) SQLite can't deal with raw devices. Should be har
On 9/27/05, Joxean Koret <[EMAIL PROTECTED]> wrote:
>
> Hi list!
>
> I'm developing an open source project (a Data Access Grid) that
> uses internally the SQLite library as the storage method and I'm
> interested in your opinion about 4 questions:
>
> 1) SQLite can't deal with raw devices. Should b
Hi list!
I'm developing an open source project (a Data Access Grid) that
uses internally the SQLite library as the storage method and I'm
interested in your opinion about 4 questions:
1) SQLite can't deal with raw devices. Should be hard to patch the
source to deal with raw devices?
2)
5 matches
Mail list logo