Journal Articles
CVu Journal Vol 17, #5 - Oct 2005 and Design of applications and programs
Browse in : |
All
> Journals
> CVu
> 175
(15)
All > Topics > Design (236) Any of these categories |
- Options:
- View Article Map
- View Archives
Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.
Patterns in C - Part 5: REACTOR
Administrator
02 October 2005 06:00:00 +01:00
This final part of the series will step outside the domain of standard C and investigate a pattern for event-driven applications. The REACTOR pattern decouples different responsibilities and allows applications to demultiplex and dispatch events from potentially many clients.