Stephen R. van den Berg wrote:
H William Welliver III wrote:
I have code that uses the shuffler, and caudium uses it, but I would not make its use mandatory as there are resource implications that probably should be up to the individual user to chose to employ (threading, memory, etc).
The use in HTTP.Server.Request would be optional, hinging on defining a backend to use or not. If you do not specify a backend, it will work as before.
On second thought... If you even get to the point that you want to use Protocol.HTTP.Server.Request, you already have a backend running. It does not need extra threading, it uses less memory than without the Shuffler, so what reason would there be not to use it in Protocol.HTTP.Server.Request always?