On Friday 07 December 2007 06:23:51 am Jeremy Chadwick wrote:
> On Fri, Dec 07, 2007 at 10:43:00AM +0100, Gerald Heinig wrote:
> > Hi Sonja,
> >
> > > Hi everyone.
> > >
> > > I'm working on a kernel module that needs to maintain a large
> > structure
> > > in memory. As this structure could grow
On Thu, 6 Dec 2007, Sonja Milicic wrote:
I'm working on a kernel module that needs to maintain a large structure in
memory. As this structure could grow too big to be stored in memory, it
would be good to offload parts of it to the disk. What would be the best way
to do this? Could using a me
> On Fri, Dec 07, 2007 at 10:43:00AM +0100, Gerald Heinig wrote:
> > Hi Sonja,
> >
> > > Hi everyone.
> > >
> > > I'm working on a kernel module that needs to maintain a large
> > structure
> > > in memory. As this structure could grow too big to be stored in
> > memory,
> > > it would be good to o
On 12/6/07, Sonja Milicic <[EMAIL PROTECTED]> wrote:
> Hi everyone.
>
> I'm working on a kernel module that needs to maintain a large structure
> in memory. As this structure could grow too big to be stored in memory,
> it would be good to offload parts of it to the disk. What would be the
> best w
On Fri, 7 Dec 2007, Ivan Voras wrote:
> Gerald Heinig wrote:
> > How about implementing your code as a system call, which is called
> > from a process that maps a large file into memory, as you suggested
> > above.
>
> What if the code is a device driver?
Then the client process can do some leg wo
On Fri, Dec 07, 2007 at 10:43:00AM +0100, Gerald Heinig wrote:
> Hi Sonja,
>
> > Hi everyone.
> >
> > I'm working on a kernel module that needs to maintain a large
> structure
> > in memory. As this structure could grow too big to be stored in
> memory,
> > it would be good to offload parts of it
> Gerald Heinig wrote:
>
> > How about implementing your code as a system call, which is called
from
> > a process that maps a large file into memory, as you suggested
above.
>
> What if the code is a device driver?
I'm just assuming it isn't a device driver. Sonja (the original poster)
just me
Gerald Heinig wrote:
> How about implementing your code as a system call, which is called from
> a process that maps a large file into memory, as you suggested above.
What if the code is a device driver?
signature.asc
Description: OpenPGP digital signature
Hi Sonja,
> Hi everyone.
>
> I'm working on a kernel module that needs to maintain a large
structure
> in memory. As this structure could grow too big to be stored in
memory,
> it would be good to offload parts of it to the disk. What would be the
> best way to do this? Could using a memory-mappe
Hi everyone.
I'm working on a kernel module that needs to maintain a large structure
in memory. As this structure could grow too big to be stored in memory,
it would be good to offload parts of it to the disk. What would be the
best way to do this? Could using a memory-mapped file help?
Than
Hi everyone.
I'm working on a kernel module that needs to maintain a large structure
in memory. As this structure could grow too big to be stored in memory,
it would be good to offload parts of it to the disk. What would be the
best way to do this? Could using a memory-mapped file help?
Than
11 matches
Mail list logo