Tagged Questions

4
votes
1answer
223 views

Has anyone used rinda, pylinda, or the like?

Does anyone have any experience with rinda, the ruby library for the linda blackboard system? Most specifically, I'm curious about the possibility of using it to provide a ruby interface (with some …
3
votes
3answers
440 views

Does anyone know of a successful implementation of the Blackboard pattern?

I've been interested in the Blackboard pattern for years (especially back when I was studying AI), however I still haven't been able to find a good implementation of it outside of academia, although …
0
votes
3answers
60 views

Blackboard messaging using queues

I have an application, where I need to add role-based messaging. The messages are generated ny the application itself, and every message have an starttime (where is show on the client message-window) …