I've been reading up on CherryPy's wspbus but couldn't find a concrete
answer for a problem I'm trying to solve.
Rough outline is that I am writing a on-demand javascript coverage
utility. I overrode the stock staticdir tool to accomplish this, but
now I wanted to implement a simple filter to decide where to serve the
real JS resource or an instrumented version.
The crux of it is that in my version of staticdir I would need to send
a query over the bus to a central control subscriber which would
return True/False Process/Pass-thru. Is something like this possible
with wspbus or should I look to use an external message queue service.