event-driven
Browser-side node.js or non-blocking javascript?
I am fascinated with non-blocking architectures.While I haven\'t used Node.js, I have a grasp of it conceptually.Also, I have been developing an event-driven web app so I have a fundamental understand[详细]
2023-04-12 19:53 分类:问答Android smoothScrollTo not invoking onScrollStateChanged
I am using smoothScrollBy() to scroll to a specific position in a ListView. I would like to be notified when the ListView is done scrolling to integrate it with the current onScrollStateChanged() even[详细]
2023-04-08 03:29 分类:问答What are the different ways of handling events in a publish-subscribe system?
In a publish-subscribe system where each subscriber waits for several types of events, is there a better handling solution than a simple switch ?[详细]
2023-04-05 09:24 分类:问答Javaspaces, Rest and event-driven architectures
I\'d like to know more about the convergence of Javaspaces, REST and Event-driven architectures. Where I could look for information abou开发者_JAVA技巧t all technologies together, please?[详细]
2023-04-04 09:42 分类:问答Should I be using a Java "worker thread" for this CPU simulation app?
I\'m writing an emulator of an old computer in Java/Swing, and I think I\'ve identified the design problem that I\'m having.As idiosyncratic as this application is, I suspect someone will find a \"pat[详细]
2023-03-23 00:55 分类:问答where does node.js fit within the web development context?
I know that node.js is said to be \"event-driven I/O\" server-side javascript hosted on V8 Javascript engine. I visited the node.js website, and then read the wikipedia entry, but cant quite get the w[详细]
2023-03-19 12:26 分类:问答Writing a console-based C++ IRC-client
I\'m learning C++ and so I\'ve decided to begin coding a IRC-Client. I basically want it to be consolebased, and I\'ve looked in to libraries such as ncurses, but I don\'t really know whether or not[详细]
2023-03-16 09:21 分类:问答Asynchronicity, threading, node.js and Ruby on Rails
Aside from using a different scripting language, it seems that the main appeal of node.js is it\'s support for event-driven programming which makes it easier to write scalable servers (or other typica[详细]
2023-03-15 13:45 分类:问答How to "keep trying until it works" with an event-driven model?
I\'m writing code that looks like this: function someFunction() { doStuffWithCallback(function(success) {[详细]
2023-03-15 05:13 分类:问答are there any simple/example event-driven webservers in C?
There are many example thread based web servers online, but I haven\'t really seen anything that gives a good example of an event-loop based one (without being very complex, e.g. lighttp and nginx).[详细]
2023-03-12 10:26 分类:问答