Not sure how this forum works. Hope I'm not stepping on any toes.
I recently added streetview to my site and I am experiencing server
issues.
Can you look at my code and tell me if I am doing something wrong?
I have different applications and need different code so here they
are.
http://www.allacrosstexas.com/attractions/the-grace-museum.htm
http://www.allacrosstexas.com/attractions/downtown-historic-square.htm
http://www.allacrosstexas.com/mertzon.htm
http://www.allacrosstexas.com/hotels/bryan-texas-hotels-22528.htm
Any help would be appreciated


This is what my hosting company told me:

Okay, this is what appears to be happening. This does seem to actually
being caused by your maps, what's happening is that when someone goes
to your map page, your website sends a request to Google to retrieve
the map, along with all other necessary handshake steps in order to
establish a connection. During the end of this connection, Google is
either sending requests that aren't being recognized on the server or
they are just quitting early and not sending a close string. This in
turn leaves the process open for requests, then eventually the process
is closed because of the following string:
<... read resumed> 0xbfff36c0, 512) = -1 ECONNRESET (Connection reset
by peer)

So eventually the connection times out and the process quits, however
what you're experiencing is that initial time between the time the map
is received and Google stops sending, and the time the process times
out.

Unfortunately at this time we do not have a fix for this issue, you
might want to either just take a picture of the Google map and then
provide a link for them to visit Google Maps itself if they want
specific directions, or you could also try contacting Google and
request they send the proper signals when closing.

Thank you

Your question was:
Customer keeps hitting his maxconnections, he has all static html
pages and I turned off mysql to ensure that's not the issue.

I setup hotlinking protection and that still didn't work.

The child processes return:

read(8, 0xb7d66408, 8000)               = -1 EAGAIN (Resource
temporarily unavailable)


The main process returns with:

waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
select(0, NULL, NULL, NULL, {1, 0})     = 0 (Timeout)
waitpid(-1, 0xbfefee58, WNOHANG|WSTOPPED) = 0
etc.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to