Hi Kai, On Friday, November 11, 2005, 8:27:31 PM, you wrote:
KP> Seems that the docs KP> (http://www.rebol.net/rebservices/services-start.htm) need quite a bit KP> of work: KP> WAIT isn't mentioned anywhere and the server examples thus don't work. KP> Also, with the WAIT in place, no one will ever see the ASK output from KP> the server examples etc. The ASK was enough on the /ASYNC version of REBOL/Core, because everything is async there, console included. But that does not work in View 1.3 and you need to explicitly WAIT (or DO-EVENTS). KP> [info title] requests worked for me - [time], however, did not: Indeed - DATE is the correct command. You can use the COMMANDS command to get a list (only in the HOME service right now, but that will hopefully work for any service in the future). Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
