Skip to Content.
Sympa Menu

patterns-discussion - Re: [patterns-discussion] Using Design Patterns without dynamic memoryallocation

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

Re: [patterns-discussion] Using Design Patterns without dynamic memoryallocation


Chronological Thread 
  • From: "Michael J. Pont" <Michael.Pont AT tesco.net>
  • To: <patterns-discussion AT cs.uiuc.edu>
  • Subject: Re: [patterns-discussion] Using Design Patterns without dynamic memoryallocation
  • Date: Tue, 29 Mar 2005 08:35:47 +0100
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/patterns-discussion>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>

Ralph,

You've had two useful replies already.

One additional comment. There are a number of people working with patterns who have interests in real-time / embedded systems, and - as a consequence - there are many patterns out there that do not rely on dynamic memory allocation.

Please don't give up on patterns until you've done some trawling on Google (or similar).

Best wishes,

Michael.

----- Original Message ----- From: "Ralph Malph" <ralph_malph AT yahoo.com>
To:
<patterns-discussion AT cs.uiuc.edu>
Sent: Monday, March 28, 2005 11:22 PM
Subject: [patterns-discussion] Using Design Patterns without dynamic memoryallocation


Hello all, looking at archives I'm not sure how
"alive" this list is, but someone out there might be
listening.

I'm interested in people's opinions as to whether
design patterns would be useful if you could not
dynamically allocate memory.

I am new to patterns and find them quite interesting.
I am considering putting in some effort to comprehend
them, but my projects at work include embedded
safety-critical real-time systems, and one of the
things that we do not use is dynamic memory
allocation.

If anyone has an opinion as to whether I should delve
into patterns for this type of software (i.e. you have
considered doing them and/or done them in similar
systems before) I'd be interested to hear it.

Thanks!



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/

_______________________________________________
patterns-discussion mailing list
patterns-discussion AT cs.uiuc.edu
http://mail.cs.uiuc.edu/mailman/listinfo/patterns-discussion







Archive powered by MHonArc 2.6.16.

Top of Page