Author |
Message |
Topic: Broken pipe error processing large file - help! |
holdech
Replies: 5
Views: 9518
|
|
You may want to keep this one for reference.
When php is running as a cgi, it's using a socket to communicate with the web server.
This will timeout in 30 seconds unless you send "something" bac ... |
Topic: Broken pipe error processing large file - help! |
holdech
Replies: 5
Views: 9518
|
|
Thanks for the info.
The file is read, not uploaded - so that's not the problem.
It seems to gag when processing more than 100,000 inserts into PostgreSQL.
As long as I load less than that, all i ... |
Topic: Broken pipe error processing large file - help! |
holdech
Replies: 5
Views: 9518
|
|
I have a PHP application that reads from a flat file and posts to a PostgreSQL database. Everything is running on a Win XP pro machine.
It works fine for files around 100,000 records or less.
Ab ... |
Topic: Running a PHP script from DOS |
holdech
Replies: 2
Views: 7019
|
|
Hi all,
I need to be able to run a PHP script from some form of scheduling software (Windows or nncron etc).
This would approximate running it from a DOS prompt.
Can this be done on the Windo ... |
|