Comment 2 for bug 1086381

Revision history for this message
Angus Salkeld (asalkeld) wrote :

As far as a solution goes:

I was thinking of starting each in it's own greenthread (maybe use the service infrastructure) and v2 api listens
on the metering_port and the v1 api listens on metering_port+1. then the v2 api redirects all v1 requests to
the +1 port.

Any other suggestions?