Short for Thread-Level
Parallelism, TLP is a software capability that enables a program,
often a high-end program such as a database or web application to
work with multiple threads at the same time instead of having to wait
on other threads. Programs that support this ability are able to do a
lot more even under high levels of work loads.