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

[REBOL] A way to intercept REBOL/Command crash

From: coussement::c::itc::mil::be at: 24-Jan-2001 14:50

Hi REBOLians, I need bady a solution to the following problem: For the system I made, which is transaction-intensive, the REBOL file-server crashes under particuliar conditions. In order to prevent it I would like to find a generic solution to intercept the exception which causes the crash, so the processes could go further after a exception report. Does anybody know any use of catch/throw-on-error which placed on a strategic place in the script could help me out of this ? Can throw-on-error prevent a process to be killed by an -unidentified- exception ? Because the crash conditions have not already been clearly identified, I'm not yet in state of giving more details about it. Best Regards, chr==