I need to limit the number of HTTP connections available to mx:HTTPService to 1. As I could not find a way of configuring this I plan to write my own component (only for the concurrency=multiple scenario) to queue the requests, allow only one connection at a time to pass through and handle the results properly.
My Flex skills are ok and I previously wrote UI Components. Where should start from? Thanks in advance, Sebi
