Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cicovec-at-hotmail #1
timing a script execution
Can someone plase help me?
I've got a database of links. And I need to regularly check, whether these
links are valid or no. In addition, I need to check, whether these linked pages
contain a certain string. (A link back.)
Does anyone have a suggestion? How to schedule a task to regularly execute a
script, handling these functions?
Many thanx.
I'm using COLDFUSION MX 7 on Apache and/or IIS, MySQL 4.0.20a, MySQL 3.51 ODBC
Driver, Win32 platform
cicovec-at-hotmail Guest
-
Remote script execution
Hello Friends, I would be really grateful if someone could help me out with this. I want to write a script that when executed will get lots of... -
<img> tag ASP script execution
I have an asp page that contains a simple insert statement and redirect i.e.: Page1.asp <%oconn.execute "insert into table 1 values(1)"... -
execution of script from button
Hi all: I am a newbie in terms of PERL. Here's what i want to do. I ahve a HTML page that has a button on it. I want a user to click on that... -
[PHP] Script Execution Time
Petya A Shushpanov <mailto:shpa@eastof.ru> on Monday, July 28, 2003 3:41 PM said: You could one up this class by creating another method that... -
Script Execution Time
Could someone pass on a snippet, a function or a technique for measuring script times. It appears the host I am with is having some PHP engine... -
jdeline #2
Re: timing a script execution
You can use the ColdFusion scheduler to make the link checker run at set
intervals. As far as checking the links, you probably want to do CFHTTP
METHOD="get" (check the docs at
[url]http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Tags47.htm#1632966[/url]
If the link is bad, CFHTTP.FileContent will contain "Connection Failure" or
some such. Otherwise, CFHTTP.FileContent will contain the page. Then you can
search the page for the particular string you are looking for.
jdeline Guest
-
cicovec-at-hotmail #3
Re: timing a script execution
OMG, thank you very much.
You seved me at least another 6 hours of GOOGLING.
cicovec-at-hotmail Guest
-
cicovec-at-hotmail #4
Re: timing a script execution
OMG, thank you very much.
You seved me at least another 6 hours of GOOGLING.
cicovec-at-hotmail Guest



Reply With Quote

