Re: [lc-devel] Re: [Openmosix-devel] oM + cc doesn't mix
Status: Beta
Brought to you by:
nitin_sf
From: Rodrigo S. de C. <rc...@im...> - 2003-05-23 22:14:21
|
On Thu, May 22, 2003 at 10:31:23AM +0200, Moshe Bar wrote: > :-) no, the two things won't mix easily. there's a lot of work > invovled in making this work. > > you have to maintain the cached object structure if you pass them > among nodes, so you will end up doing lots of compress/decompress > which will eat up a lot of CPU. Not sure if it makes sense at all. I don't know exactly how you pass data among nodes, but wouldn't it possible to pass pages in compressed cache in the compressed format, without decompressing them? In this case, it would have to be added to the compressed cache in the target node, or decompressed if the cc does not accept it for whatever reason or even if the system doesn't have a cc. In the latter scenario, the om should be aware that the data might be received compressed. (I hope this email makes any sense :-). > On Thursday, May 22, 2003, at 07:42 Europe/Rome, Bob Arctor wrote: > >i tried to mix compressed cache with oM, and no, this is not working :( > >i compiled it non-SMP. > >it boots, but it panicks @ startx []'s -- Rodrigo |