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

Socket performance in Web environment

Guest
Feb 16, 2014 Feb 16, 2014

Hi

I use a socket to get video packet form our server and it looks OK when I execute swf in local environment (Click the html which create by Flash builder).

Then I put the html to tomcat server but it takes a lot of time (almost 5s) to build socket connection.

The only difference betwwen these two scenario is file location.

Does anybody have any idea or suggestion?

Thanks

TOPICS
ActionScript
401
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
LEGEND ,
Feb 17, 2014 Feb 17, 2014

Have you determined where the delay is yet, downloading the SWF, executing it in flash runtime, establishing a socket connection successfully, receiving after establishing, etc?

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
Guest
Feb 20, 2014 Feb 20, 2014
LATEST

Hi, It spend a lot of time establishing socket connection successfully.

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