Single-threading not considered harmful
Single-threading not considered harmful
Posted May 19, 2011 9:11 UTC (Thu) by renox (guest, #23785)In reply to: Single-threading not considered harmful by jberkus
Parent article: Scale Fail (part 1)
I think that 'single-threading' is correct the issue is that when we think about multi-threading we only think about multi-threading within one process but multi-processing is also multi-threading (because each process contains at least one thread).
Maybe multi/single-tasking would be better terms?
