Skip to main content
February 17, 2014
Question

Socket performance in Web environment

  • February 17, 2014
  • 1 reply
  • 444 views

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

This topic has been closed for replies.

1 reply

sinious
Legend
February 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?

February 20, 2014

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