RebOldes wrote:

>Hello rebol-list,
>
>  I've finally found some time to test the Rebol/base...
>  I choosed one of my cgi scripts and set the Rebol/base as the
>  interpreter, I had to add decode-cgi function to this script to make
>  it working and run this simple test:
>
>  
>
>>>t: now/time/precise loop 1000 [read 
>http://127.0.0.1/cgi-bin/system/poc3.r?i=rur-tes] t2: now/time/precise - t
>>>      
>>>
>== 0:00:36.552
>  
>
>>>t: now/time/precise loop 1000 [read 
>http://127.0.0.1/cgi-bin/system/poc.r?i=rur-tes] t2: now/time/precise - t
>>>      
>>>
>== 0:01:11.342
>
>As you can see the Rebol/BASE is almost 3 times faster. It really worhts to
>rewrite some of the server-side scripts to be runable with it:-))
>
>PS: I'm now thinking about some way how to find and import the missing
>functions into the Rebol/Base from Core, do you have any ideas?
>
Yes, wait for the probably free FastCGI protocol from DocKimbel - it 
will be 10 times faster at least ;-)

-pekr-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to