Arnar Mar Sigurðsson ha scritto: > Is there any work being done to bring POSIX shared memory support to > uclibc? (shm_open and shm_unlink)
Hi Arnar, You may read this thread: http://www.uclibc.org/lists/uclibc/2006-December/017027.html I had the same problem, and I successfully use /tmp (ram filesystem) to exchange blocks of data between processes. Moreover, POSIX message queues are implemented too (rtlib), and they are an excellent mean to throw long messages. Here is a link: http://mia.ece.uic.edu/~papers/WWW/books/posix4/DOCU_011.HTM Best regards, Carlo > > Regards > Arnar Mar Sigurðsson - Valka ehf > > > ------------------------------------------------------------------------ > > _______________________________________________ > uClibc mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/uclibc > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.10.25/926 - Release Date: 29/07/2007 > 23.14 _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
