Changes

Jump to navigation Jump to search
461 bytes added ,  11:27, 26 June 2016
|-
|'''Summary'''
|This function executes the supplied (non-updating) functions in parallel.<br/>Parallel query execution is recommendable if you have various calls that require a lot of time, but cannot be sped up by rewriting the code. This is e. g. the case if external URLs are called. If you are parallelizing local data reads (such as accessing a database), your single-threaded query will usually be faster, because parallelized access to disk data will often lead to randomized access patterns, which can hardly be optimized by your HD or SSD.
|-
| '''Examples'''
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu