Skip to Content.
Sympa Menu

patterns-discussion - RE : [patterns-discussion] synch ronous and asynchrounous message handling

patterns-discussion AT lists.cs.illinois.edu

Subject: General talk about software patterns

List archive

RE : [patterns-discussion] synch ronous and asynchrounous message handling


Chronological Thread 
  • From: "Christophe Addinquy" <Christophe.Addinquy AT valtech.fr>
  • To: "Reza Razavipour" <rrazavipour AT stbernard.com>, <patterns-discussion AT cs.uiuc.edu>
  • Cc:
  • Subject: RE : [patterns-discussion] synch ronous and asynchrounous message handling
  • Date: Fri, 24 Sep 2004 10:24:34 +0200
  • List-archive: <http://mail.cs.uiuc.edu/pipermail/patterns-discussion>
  • List-id: General talk about software patterns <patterns-discussion.cs.uiuc.edu>

Hi Reza,

Maybe I'm wrong, but it smell like an usage for Doug Smidt' Completion Token.
This pattern allows to "grab in small pieces" an information that comes in
several chunks asynchronously.
This pattern is available in Addison Wesley's PLOPD series, volume 3 I think.

Regards,

Christophe

-------- Message d'origine--------
De:
patterns-discussion-bounces AT cs.uiuc.edu
de la part de Reza Razavipour
Date: jeu. 23/09/2004 23:54
À:
patterns-discussion AT cs.uiuc.edu

Cc:
Objet: [patterns-discussion] synchronous and asynchrounous message
handling


To all,

I am wondering if there is a pattern or a set of them that can help
with my problem. We have a 2 tier application and the UI "queries" the server
and the results come back asynchronously. This messaging is in need of a good
overhaul/refactoring.

Are any patterns or any standard approaches that can help in this
area. My thoughts so far are:

Queries or request are generated, the results of queries "trickle in"
not atomic, I need a middle layer to handle this query submition along with
putting the returned packages together and when finalized notify the UI, that
hey we got results for a query.

Does this sound reasonable? If so, any patterns to implement this
idea.

Regards,

Reza






  • RE : [patterns-discussion] synch ronous and asynchrounous message handling, Christophe Addinquy, 09/24/2004

Archive powered by MHonArc 2.6.16.

Top of Page