A safe API for interacting with the world from web threads
#7
Well this did start out as a proposal for avoiding deadlocks generally across the API. I suspect that with your API it will handle web admin waiting for anything but there are other ways to deadlock with the current server. This API can be used to handle any form of deadlock. I will admit that .net async await, which it is inspired by, does tend to permeate the entire code base, but short of moving the API over to continuation passing style like node.js I'm not sure any other solution would solve deadlocks generally.
Reply
Thanks given by:


Messages In This Thread
RE: A safe API for interacting with the world from web threads - by worktycho - 05-02-2015, 08:08 AM



Users browsing this thread: 1 Guest(s)