Hi Nenad and all, I have found the same problem on my WIN98SEcz configuration. So here is the way I tested it:
open two Rebol consoles for example SERVER and CLIENT: type in SERVER console: do %rugby.r serve/with [echo] tcp://:9001 this should run rugby server at localhost port 9001 with 'echo service available... then type in CLIENT console: do %rugby.r do get-rugby-service tcp://localhost:9001 ;echo is available locally s: now/time/precise loop 100 [echo "lala"] now/time/precise - s == 0:00:40.15 ;this is my result on Celeron@633MHz running WIN98SEcz + REBOL/View 1.2.1.3.1 I can't say that Rugby is faster on other systems since I haven't other systems available to test. But I believe Pekr and Maarten's reports that the result is on WIN2k and Linux about 100echos per 1 second or so. I would like to know the results on other platforms so please try this little test on your machines and let us know... regards, Cyphre ----- Original Message ----- From: "Nenad Rakocevic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 3:29 PM Subject: [REBOL] Re: Rugby / TCP woes > > Hi Pekr, > > I'm just curious, could you show us your client test script ? What value do you pass to 'echo ? > > -Doc > > Petr Krenzelok wrote: > [...] > > What is more, there seems to be one strange thing happening. On czech version of > > W95, W98, on various set-ups, ranging from P300 to P650, the result of rugby > > communication is always the same - 40 - 44 sec for loop of 100 'echos. W2Kcz are > > OK. I am really curious, what is slowing the communication down down ... > > > > -pekr- > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > > --- Odchoz� zpr�va neobsahuje viry. Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz). Verze: 6.0.282 / Virov� b�ze: 150 - datum vyd�n�: 25.9.2001 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
