Moving to new host(s)

Penguins_on_the_Move_600This is just a quick notice to let you know that I’ve recently moved this site to a new host (currently pulseheberg), and may move it to other hosts. My previous hosting was running out, and I’m taking this as an opportunity to experiment with various VPS offerings (Linux or Windows), change registrar, tweak DNS, etc.

Hopefully nothing will go wrong and it’ll be transparent, but if not, please let me know.

Boosting Work Classes with a mini Object Pool

gearsWork and processing classes are typically short-lived, created to perform one form of processing or another then freed. They can be simple collections, handle I/O of one kind of another, perform computations, pattern matching, etc.

When they’re used for simple workloads, their short-lived temporary nature can sometimes become a performance problem.
(more…)