From: Steve Graegert <graegerts@gmail.com>
To: C programming list <linux-c-programming@vger.kernel.org>
Subject: Re: a good list for application development issues?
Date: Sat, 12 Nov 2005 21:31:56 +0100 [thread overview]
Message-ID: <6a00c8d50511121231h6ff72ce4w24bca016dd46216@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0511111159230.12165@localhost.localdomain>
On 11/11/05, Robert P. J. Day <rpjday@mindspring.com> wrote:
>
> any recommendations for a list related to application development in
> C? specifically, design of multi-application systems where
> independent apps might be competing for system resources like
> peripherals, etc. (sounds a lot like the linux kernel, doesn't it?)
Yes, indeed it sounds like a kernel, but I suppose you're looking for
solutions to common problems in computer programming and algorithm
design. Some of the classic ones are known as "the sleeping barber
problem" or the "dining philosophers problem". Every serious text
book on algorithms and software design should cover them. For a
general discussion related to this topic I can recomment the NIST's
"Dictionary of Algorithms and Data Structures" (DADS) that provides
tons of information and links about the ones just mentioned and lots
of others like priority queues and the like.
\Steve
prev parent reply other threads:[~2005-11-12 20:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-11 17:01 a good list for application development issues? Robert P. J. Day
2005-11-12 20:31 ` Steve Graegert [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=6a00c8d50511121231h6ff72ce4w24bca016dd46216@mail.gmail.com \
--to=graegerts@gmail.com \
--cc=linux-c-programming@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).