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

[REBOL] Re: ANN: Rugby 43 experimental

From: petr:krenzelok:trz:cz at: 31-Oct-2001 14:50

Hi Maarten, so I looked at Rugby for few mins and - - I was able to set it up (well, there is no setup at all :-) and get it running in 1 minute ... now few questions though: - I was interested in ability to get some kind of help or examination, upon what server provides me. Is there any such functionality available? (e.g. simply returning env serve block? - so I imported functions from server, to have them "locally" (by using get-rugby-service), and was surprised by "bloat" I got, by probinx resulting object :-) I thought that I will get real source code binded locally? But maybe then it would not be secure at all, to know what is server doing on the machine it is running on :-) Well, then once again - will there be any possibility to get built-in help on remote functions? - it seems very slow here. I was surpised by its slowness. Am I doing anything wrong?: server-side .... ->> test1: does ["nothing"] ->> server [test1] client-side .... ->> ble: context get-rugby-service tcp://localhost:8001 ->> start: now/time for i 1 100 1 [ble/test1] print now/time - start 0:00:44 44 sec on my P300, locally, to get simple echo, 100 times? I would rather expect 44 request per sec :-) So? Thanks, -pekr- Maarten Koopmans wrote: