On Sun, Feb 22, 2009 at 12:23 AM, Slava Pestov <[email protected]> wrote:
> Hi all,
>
> I was reading the IRC channel logs and someone mentioned getting
> pretty poor results (4 requests / second) with a simple web app,
> webapps.counter. I couldn't reproduce this on Mac OS X so I'm
> wondering if its a pathology on Factor's I/O code for Linux or
> Windows. Can anyone run a quick test for me?

I was the aforementioned mentioner, right? I also noticed that
changing the sqlite backend to postgresql, I get about normal req/s
rates. Over a hundred or so.


> Start the counter web app in one Factor instance,
>
> "webapps.counter" run
>
> and in another Factor instance,
>
> USE: http.client
>
> [ 100 [ "http://localhost:8080/"; http-get 2drop ] times ] time
> [ 100 [ "http://localhost:8080/"; <get-request> "cookies" get >>cookies
> http-request drop cookies>> "cookies" set ] times ] time

On my workbox (Intel Core2 CPU 6300 @ 1.86GHz) running 64bit Arch
Linux, it goes pathological: 15.10 and 0.67 seconds.
Yeah, you're onto something here.

--vk

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to