Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

killing cgi scripts

 [1/3] from: gchiu::compkarori::co::nz at: 19-Dec-2000 12:09


I've just managed to get Rebol running on one of my websites ( using Solaris ). If I were to start up a script that doesn't end - say the rebocron.r, how can I kill it? I don't have telnet access. -- Graham Chiu

 [2/3] from: ryanc:iesco-dms at: 19-Dec-2000 15:06


One solution is the file marker. Its just such a simple highly effective cross anything solution, I cant seem to stop finding uses. Not a solution to be proud of--too simple I suppose. Maybe if it was called the "E-file marker" it would be more popular? if exists? %killme.mkr [ delete %killme.mkr quit ] --Ryan Graham Chiu wrote:
> I've just managed to get Rebol running on one of my websites > ( using Solaris ). If I were to start up a script that
<<quoted lines omitted: 6>>
> [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400 I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Einstein

 [3/3] from: gchiu:compkarori at: 20-Dec-2000 12:43


On Tue, 19 Dec 2000 15:06:16 -0800 Ryan Cole <[ryanc--iesco-dms--com]> wrote:
> if exists? %killme.mkr [ delete %killme.mkr quit ] > > --Ryan
Hi, Yes, I was considering that solution and will probably go for it. -- Graham Chiu

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted