
James Lavery
User
Mar 22, 2005, 3:20 PM
Post #6 of 6
(4059 views)
Shortcut
|
|
Re: [Cliff] publishcron seems to just hang with more than 1 query
[In reply to]
|
Can't Post
|
|
Ok, we've exhausted the help that the Interactivetools chaps can give on this problem (as publishcron is an add-on) - thanks for your help to date, chaps. Anyone else got any idea what could be going wrong? Basically, I've tracked down the problem to when a second query is run. The script just hangs when the perl script is reading data (in sub GetPage, if you're familiar with the source of publishcron.cgi) from the socket: while (<$remote>) { $html .= $_;} # read socket data close($remote); Anyone got any bright ideas? It looks like the socket is not properly open, or has not been closed properly on the previous page processing. I'm happy to amend the script - I'm a Perl programmer by profession - but this has got me stumped! I'm running on a hosted IIS server. Thanks, James
|