Connection timeout on php export script from DB to file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kozy
    New Member
    • Jun 2009
    • 10

    Connection timeout on php export script from DB to file

    Hello everyone,

    I have a problem with a php script that stops executing afetr a few seconds ( around 10 ). It seems my apache setings are incorrect and the php script gets killed by the server?!?

    What I am trying to do is read a BLOB file from DB2 DB and write it into a file.

    When I do this with small files ( less then 100k ) the system works great and it extracts a file in matter of milliseconds.

    Whenever i try a file that is bigger ( 300K ) the sistem halts after doing an export of a few KBs (10-20 ) and then the script just stops.

    Please help with some recomendation on possible parameters...

    My apache server is installed on win XP without any special parameters except being PHP enabeled.

    Thank you!

    With regards,

    Marko
Working...