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

[REBOL] Re: Calling a Rebol Script form a CGI

From: santilli:gabriele:gma:il at: 28-Dec-2008 11:31

On Sun, Dec 28, 2008 at 6:54 AM, Peter W A Wood <pwawood-gmail.com> wrote:
> It is useful to see the output during testing. It looks as though re- > directing the output will be the best option. For compatibility, it > would seem best to use the /output refinement.
Unfortunately, no. /OUTPUT implies /WAIT which is what you wanted to avoid. Maybe you could just connect to a debug script via TCP and send messages there. Regards, Gabriele.