ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: community@altlinux.ru
Subject: Re: [Comm] память в с++
Date: Wed, 2 Oct 2002 16:38:43 +0400
Message-ID: <20021002163843.43dbf5ea.vsu@altlinux.ru> (raw)
In-Reply-To: <3D9B65DA.3040702@narod.ru>

On Wed, 02 Oct 2002 16:32:10 -0500
"A. Kudryashov" <andrey-ak@narod.ru> wrote:

> Можно ли в Linux использовать разделённую область памяти?
> Пробовал shm_open, не получилось.
> Если можно - дайте пример.

shm_open - это поддержка именованной разделяемой памяти по стандарту
POSIX 1003.1 (2001); есть и другие более распространенные способы. В
принципе Linux 2.4.x и glibc 2.2.x это поддерживают, но...

Читаем man shm_open (кстати, там заголовок неправильный - shm_open
возвращает int, а не void *) до конца:

       The POSIX shared memory object implementation on Linux 2.4
       makes use of a dedicated file system,  which  is  normally
       mounted under /dev/shm.

Предполагается, что на /dev/shm смонтирована файловая система tmpfs (в
ранних ядрах 2.4 она называлась shm). Но по крайней мере ядро
kernel24-up-2.4.18-alt8 (и, видимо, другие ядра от ALT) собрано без
поддержки CONFIG_TMPFS, так что ничего не получится.

Итак, POSIX shared memory не работает (кстати, этот стандарт слишком
новый и в других системах с ним тоже могут быть проблемы). Но есть и
другие способы:

- SysV shared memory (man shmget и прочие shm*, man 5 ipc).
  Кстати, этот способ используется в X (XShm*).

- mmap() обычного файла (с флагом MAP_SHARED).

По поводу прочих вариаций (mmap /dev/zero, MAP_ANON) лучше смотреть,
например, в исходники библиотеки libmm - там в документации,
configure.in и *.c есть комментарии, на каких системах что работает (с
примечаниями типа "делает вид, что работает, но потом виснет" и т.п.).
Эта библиотека используется в Apache (точнее, в патче EAPI и mod_ssl).


      parent reply	other threads:[~2002-10-02 12:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02 21:32 A. Kudryashov
2002-10-02 11:10 ` Anton V. Boyarshinov
2002-10-02 12:26 ` [Comm] ÐÁÍÑÔØ × Ó++ Sergey Krivulja
2002-10-02 12:38 ` Sergey Vlasov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021002163843.43dbf5ea.vsu@altlinux.ru \
    --to=vsu@altlinux.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git