Webmasters, gagnez de l'argent en affichant des bannières contextuelles Oxado
SourceForge.net Logo
Support This Project
   LeCouteauSuisse Project
Welcome ! [ Home ]  ·  [ Downloads ]  ·  [ Forums ]  ·  [ News ]  ·  [ Documentations ]  
[ Home ]

[ Documentations ]

Architecture


LeCouteauSuisse provide an architecture with :

  • Core service : internal module that handle the NT service
  • Dispatcher : internal module that moves events inside each queues
  • Generator : external module that generate events
  • Receiver : external module that receive events from generators
  • Group of receivers : receivers having the same subscription on some generators and receiving the events of these generators
  • Event : message having some specific properties
  • Queue : FIFO (First In First Out) queue of events

This diagram represent the NT service and it's components. Internal components are inside the core of this architecture, external components can be develop or you can use default component provide by this project


LeCouteauSuisse