Previously I wrote about EsqlateQueue, which is a mini library allowing a queue of work to be set aside and worked on out-of-process. This is useful for things which could be IO intensive and take a while, but don't take a lot of CPU time.
Because this was the first …
read more