linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* a good list for application development issues?
@ 2005-11-11 17:01 Robert P. J. Day
  2005-11-12 20:31 ` Steve Graegert
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2005-11-11 17:01 UTC (permalink / raw)
  To: C programming list


  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?)

rday

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: a good list for application development issues?
  2005-11-11 17:01 a good list for application development issues? Robert P. J. Day
@ 2005-11-12 20:31 ` Steve Graegert
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Graegert @ 2005-11-12 20:31 UTC (permalink / raw)
  To: C programming list

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-12 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-11 17:01 a good list for application development issues? Robert P. J. Day
2005-11-12 20:31 ` Steve Graegert

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).