Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Flash slows down Url Requests

New Here ,
Jul 03, 2017 Jul 03, 2017

In my online game I found out that the running Flash on high frame rate slows down URL Requests when there is happening some action for animating or loading / unloading stuff. When putting down the frame rate at loading game time the game loads twice as fast. So it seems that something is blocking to receive URL Requests.

Are there other ways of improving URLRequests than slowing down the frame rate?

Edit: At one point it is very noticable when the client makes about 25 server calls and with full frame rate on some pcs it takes a minute until all requests are done. With low framerate it is done after some seconds. It would make sense to use less server calls but this difference in callback time is quite huge to me.

TOPICS
ActionScript
224
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 03, 2017 Jul 03, 2017
LATEST

you should check if frequent server calls are necessary.  but, if they are, see if you can pick the times when those calls are made and slow the framerate during those times, only.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines