On Wed, Oct 10, 2012 at 08:47:02AM -0400, Richard Hipp wrote:
> [snip]
> 
> We would also love to have guidance on alternative techniques for obtaining
> memory shared across multiple processes that does not involve mmap() of
> temporary files.

shmget/shmat - Part of the SysV IPC primitives and portable to most (all?) 
UNIX-alikes.

shm_open - Part of the POSIX realtime extensions.

Regards,
Christian
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to