Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
950 views
in Technique[技术] by (71.8m points)

apache - "Waiting for available socket", fix from the server end

I am accessing my PHP/Apache website from Chrome. And Chrome refuses to load the page, saying "Waiting for available socket".

Other pages on this same virtual host also have the problem.

Other virtual hosts on the same server load perfectly fine.

Please advise how I can fix this.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

According to various sources, Chrome opens a maximum of 6 simultaneous connections to the same server. Possible solutions include

  • Host data on different virtual hosts on the same machine.
  • Consolidate content to be loaded to require fewer connections (for example, put everything in a single .data file for Emscripten)
  • Make sure you don't have too many <video> or <audio> tags marked with the attribute preload="auto".
  • Adjust Chrome to permit up to 32 connections. Policy List

Related question: Chrome hangs after certain amount of data transfered - waiting for available socket


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.6k users

...