Re: [anjuta-devel] 3.10 cycle plans



Hi,

On 04/03/2013 03:29 PM, Arnel A. Borja wrote:


Then the symbol-database could actually be more difficult but I don't
know much about shared memory.
I also don't know much about shared memory, especially how it is
implemented in Linux (uses shm_open and shm_unlink). Windows uses the
same API for mapped files, so I just used GMappedFile for it (seems like
it is not the same for Linux though, but does it really need to share
the file with other processes?), but I haven't tested it yet because
symbol-db shows a warning that the project doesn't have any files.
Might be related to MIME types, though.

I don't know much how that plugin works.

you can safely use normal files - on disk.
The shared ones were used for performance issues. I.e. I'd like to keep them on linux installation if you're planning a porting to Windows.

Thanks and Regards,
Massimo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]