|
|
|
|
|
by foobarian
961 days ago
|
|
In the entire time I worked at a web shop with a large Java backend I never found the parallelization to be necessary, and in many cases was outright dangerous. We just had it disabled on high-traffic services (thread limit set at 1) to prevent foot injuries. Don't mean to detract from the point :-). I love how neat and elegant the feature is. |
|
Can you please elaborate?