event-driven-design
node.js asynchronous initialization issue
I am creating a node.js module which communicates with a program through XML-RPC. The API for this program changed recently after a certain version. For this reason, when a client is created (createCl[详细]
2023-03-25 17:25 分类:问答Coroutine vs Event driven programming
Regarding the example in wikipedia: http://en.wikipedia.org/wiki/Coroutine var q := new queue coroutine produce[详细]
2023-02-10 00:37 分类:问答Why are commands and events separately represented?
What is the difference between commands and events in architectures that emphasize events? The only distinction 开发者_JS百科I can see is that commands are usually sourced/invoked by actors outside th[详细]
2023-02-09 16:29 分类:问答Staged Event Driven Architecture - Weblogic
When should I go开发者_运维百科 for Staged Event Driven Architecture ? Do you see any issues in implementing SEDA in weblogic by having multiple Queues/MDBs as stages ? Any insights on disadvantages u[详细]
2023-02-06 04:54 分类:问答How to sketch out an event-driven system?
I\'m trying to design a system in Node.js (an attempt at solving one of my earlier problems, using Node\'s concurrency) but I\'m running into trouble figuring out how to draw a plan of how the thing s[详细]
2023-02-03 14:08 分类:问答for loop over event driven code?
In a redis datastore I have a list of keys, I want to iterate over that list of keys and get those values from redis.The catch is I am using an event driven language, javascript via node.js[详细]
2023-02-02 06:47 分类:问答Sequential vs multi-threaded Accounting Events Processing
We are working on an event-driven accounting engine and so far we are doing everything in a batch/sequential manner.[详细]
2023-02-01 18:27 分类:问答javascript (node.js): unit testing code that fires multiple events
I am attempting to write unit test code (caolan\'s nodeunit) that will test for multiple event firings.[详细]
2023-02-01 01:25 分类:问答jQuery plugin for Event Driven Architecture?
Are there any Event Driven Architecture jQuery plugins? Step 1: Subscribing The subscribers subscribe to the event handler in the middle, and pass in a callback method, as well as the name of the eve[详细]
2023-01-02 08:29 分类:问答C# Event Handlers Using an Enum
I have a StatusChanged event that is raised by my object when its status changes - however, the application needs to carry out additional actions based on what the new status is.[详细]
2022-12-25 12:06 分类:问答