Salesforce Governor Limits – Number of Synchronous Concurrent Requests for Long-Running Requests

The title is one of the limits of salesforce.

Link : https://www.salesforce.com/us/developer/docs/pages/Content/pages_apex_governor_limits.htm

but I'm not understanding in a full way the meaning of this limit and I'm not finding enougth use-cases explanation on the web…

anyone can give me some examples to understand this limit:

  • For example what mean exactly "concurrent requests", mean any server operation type ?
  • In the 5 seconds what is considered ? Apex code after the request, Trigger operations? Query time execution, Callout transaction time?
  • How Salesforce understand that one transaction is going to take more than 5 seconds?
  • What time of best practises must be considered to avoid this limit?

Thnks,
Klodjan