Connecting Tech Pros Worldwide Forums | Help | Site Map

Socket connection problems

Bruno Rafael Moreira de Barros
Guest
 
Posts: n/a
#1: Feb 9 '08
I'm opening a remote file and trying to send it to the user. Let's
just say I have some files on a data server and I want my script to
act as a middleman between the data server and the end-user.

The problem is it stops around 6-7MB. What could it be?

www.j2be.com
Guest
 
Posts: n/a
#2: Feb 9 '08

re: Socket connection problems


Try to catch the error in the script and save it in a file for reference.
It's possible that it's a timeout for the script execution or other limit.
Do as much checks as possible.



Bruno Rafael Moreira de Barros
Guest
 
Posts: n/a
#3: Feb 9 '08

re: Socket connection problems


On Feb 9, 2:23 pm, "www.j2be.com" <info@[nospam[j2be.comwrote:
Quote:
Try to catch the error in the script and save it in a file for reference.
It's possible that it's a timeout for the script execution or other limit.
Do as much checks as possible.
Oh yeah :) why not?
Closed Thread