Comment 1 for bug 1100362

Revision history for this message
Ben Kietzman (ben-kietzman) wrote :

A possible solution would be to add a keyword to the first line of every request that would trigger the Service Junction to handle that request in parallel instead of FIFO. Then if the keyword exists, multiple incoming requests would be handled in parallel and their associated responses would have the possibility of being written back in mixed order.

FIFO vs parallel request handling would be triggered based on the keyword in the first line of each request. So if there were three incoming requests where the first and third requests had the keyword and the second did not, then in essence the first two requests would run at the same time while the third request would have to wait until the second completed.