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

[REBOL] Re: Rugby 4 IOS contest

From: m:koopmans2:chello:nl at: 26-Sep-2001 22:34

You are right. You can change hip-serv to use non-blocking waits to achieve this effect, but... it will eat your CPU (the original version of Rugby did this). Unless the timeout is rather long ( in the order of seconds). BTW: the main change is the /http-deferred refinement and the functions http-result-ready? and get-http-result This should be enough for you, that's the main addition. --Maarten