Commit Graph

11 Commits

Author SHA1 Message Date
Tony Garnock-Jones ea2ff20dc6 Switch from co-role -> co-roles 2012-03-14 15:38:08 -04:00
Tony Garnock-Jones 3f8b7313db Permit clean shutdown by adjusting virtual-topic presence semantics. A
flow is now visible if either both peer topics are non-virtual or if
the local topic is virtual: this means that virtual topics see other
virtual topics come and go as well as normal topics, but normal topics
only see other normal topics. Adjusting the example program's session
manager to subscribe virtually and then only pay attention to new
normal flows solves the socket-shutdown problem: because all the
wildcard, resource-managing peers are now virtually subscribed and the
resources themselves are normally subscribed, the resources can use
normal presence to manage their own lifecycles.
2012-03-13 05:29:27 -04:00
Tony Garnock-Jones ca2e856660 Add debug stubs 2012-03-11 13:07:48 -04:00
Tony Garnock-Jones 72c646821c Add wild? and non-wild? predicates. 2012-03-11 13:07:21 -04:00
Tony Garnock-Jones ee6731a9b5 Support debug-names for bindings 2012-03-11 13:06:54 -04:00
Tony Garnock-Jones bab1beb5ec Retire the gross hack of upper-case symbols standing for variables. 2012-03-11 10:17:55 -04:00
Tony Garnock-Jones 7e0a6228c9 Virtual topics give a capability similar to that of invisible room
membership in the previous broadcast implementation of
conversation.rkt. They are useful for on-demand resource allocation,
for supervision, and for debugging.
2012-03-11 10:09:23 -04:00
Tony Garnock-Jones 830c598aa4 Avoid double-wrapping arrival flow description 2012-03-10 23:40:23 -05:00
Tony Garnock-Jones beddc9d099 Permit extraction of current flows from a handle 2012-03-10 23:40:16 -05:00
Tony Garnock-Jones 1c008cd42d Fix routing and flows. 2012-03-10 22:38:07 -05:00
Tony Garnock-Jones 3b7e757518 Presence-supporting conversation rooms; WIP 2012-03-10 20:26:02 -05:00