Hi,
I am writting CGI in PHP to register text data into Postgres DB. Because the amount of data is very large, it will take about 20 days. So, I would like to make my CGI run 20 days straight (none spop). However, when it passed 10 hours, it is getting slower. It transfered about 400 records per hour at beggining and now it transfere only 10 records per hour.
Does anybody know, how do I fix this problem?