Socket connection problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bruno Rafael Moreira de Barros

    Socket connection problems

    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

    #2
    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.



    Comment

    • Bruno Rafael Moreira de Barros

      #3
      Re: Socket connection problems

      On Feb 9, 2:23 pm, "www.j2be.c om" <info@[nospam[j2be.comwrote:
      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?

      Comment

      Working...