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

[REBOL] Re: [Fwd: Re: Rugby bug-report]

From: nitsch-lists:netcologne at: 18-Jun-2003 17:16

Maarten Koopmans wrote:
> > OK, but this may be a REBOL/view problem 1.2.x with x>8. On what > platform did you test? > The "launc" interaction is strange, so is resetting the clock (to > what?). Looks like an OS error/interaction. > AFAIK you can't reset the clock in REBOL. Can you track it down more > so we can file a bug report to RT? > > --Maarten >
No, not "restart". Continues to run. When the launched scripts quits, the launcher stops handling events. No buttons react etc, timers stop etc. The clock is a demo to show if events are processed. But with an incomming connection the event-loop "restarts", clock continues running. I looked in the rugby-code and saw its basically like forever[wait reduce[port :0:0.2]] so i tried that with port: open/no-wait tcp://:8002 forever[wait reduce[port :0:0.2]] instead of serve[] No problems. Looking at the rugby-script it seems it does some tricky stuff with make port!, so i think its triggered by something in the initialisation. Its on Suse 8.0. -Volker