From: "linuxasm@gmail.com" <linuxasm@gmail.com>
To: linux-assembly@vger.kernel.org
Subject: Re: Appendix: multithreating HOWTO ? :)
Date: Sun, 23 Aug 2009 14:02:33 -0700 [thread overview]
Message-ID: <200908231402.33551.linuxasm@gmail.com> (raw)
In-Reply-To: <203349.81852.qm@web50309.mail.re2.yahoo.com>
On Sunday 23 August 2009 09:17:59 £ukasz wrote:
> thanks for answer, im experiment with system clone ( actualy fork i found
> in many manuals ) but i dont understand Frakns last sentence "Well, they
> *told* us not to do it that way. :)", to program multiproceses with fork ?
> Any way is there any way to make share memory for proceses ?i
There are several ways to do shared memory. If using a "fork"
the asmlib functions:
shared_open
shared_attach
shared_close
provide some example code.
see http://linuxasmtools.net download asmlib and look memory funcitons.
all the best, jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-08-23 21:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-22 16:48 multithreating HOWTO ? :) £ukasz
2009-08-23 10:29 ` Appendix: " £ukasz
2009-08-23 13:35 ` Claudio Fontana
2009-08-23 15:04 ` Frank Kotler
2009-08-23 15:23 ` Claudio Fontana
2009-08-23 16:17 ` £ukasz
2009-08-23 19:18 ` Frank Kotler
2009-08-23 21:02 ` linuxasm [this message]
2009-08-23 19:13 ` £ukasz
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=200908231402.33551.linuxasm@gmail.com \
--to=linuxasm@gmail.com \
--cc=linux-assembly@vger.kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.