Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are Application Turns ?

application turns
0
10 Posted

What are Application Turns ?

0
10

Application Turns describes the number of requests and corresponding responses sent by an application during the completion of a task. A single application request may result in multiple response packets, but still represents only one turn. The important thing to understand is that an application turn results in waiting the full roundtrip time between the client and server. On a LAN, this time is typically very small and has little impact on the application. On a WAN however, this roundtrip time can have a significant impact on the application. This is why many applications that work well on the LAN fail miserably on the WAN. The key to writing WAN friendly applications is to keep the number of application turns to a minimum. This can be accomplished by reducing the number of database calls or HTTP Gets in an application.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.