INCLUDE_DATA
English flagItalian flagPortuguese flagGerman flagFrench flagSpanish flagRussian flag
By N2H
McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams

What are threads?

The long explanation is here: http://en.wikipedia.org/wiki/Thread_(computer_science)

Threading is used to deliver multiple plays at one time so that the program can deliver plays faster. By default the threading is set to 5, which means it delivers 5 plays at a time, and then each "thread" waits for the delay before sending another play. You can set the threads to 1 to have it function like it did in the previous version.

[..] - http://www.mp3songplays.com/?page_id=430" target="_self" rel="nofollow" title="Array">Array
  • Array
  • Array
  • Rating: +10

    Positive Negative

    The long explanation is here: http://en.wikipedia.org/wiki/Thread_(computer_science)

    Threading is used to deliver multiple plays at one time so that the program can deliver plays faster. By default the threading is set to 5, which means it delivers 5 plays at a time, and then each "thread" waits for the delay before sending another play. You can set the threads to 1 to have it function like it did in the previous version.