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).
Bill
On Jun 13, 2019, at 8:24 AM, Chris Angelico rosuav@gmail.com wrote:
On Thu, Jun 13, 2019 at 9:38 PM Stephen R. van den Berg srb@cuci.nl wrote:
I though Roxen might be using it, but maybe I remember it wrong. Anyone else?
I ask because I'm changing Protocols.HTTP.Server.Request to use the Shuffler, and I'm close to done, but it appears that in the process I have had to fix some quite serious bugs in the current shuffler implementation which would/should have prevented it from working correctly in a lot of normal use cases already.
I was then wondering if it is being used successfully anywhere already?
It's part of the implementation of Process.run(), but any time I make a variant of run(), I end up simplifying it down to not need the shuffler.
ChrisA