[Factor-talk] Possible bug

2009-02-21 Thread Maxim Savtchenko
In freshly loaded factor USE: http.server.static fails. While USING: http.server.cgi http.server.static ; works. I'm using latest git build in linux-x86. Maxim Savchenko -- Open Source Business Conference

Re: [Factor-talk] Possible bug

2009-02-21 Thread Maxim Savtchenko
And one another problem. serve-file from http.server.static seems broken for me. In it's realization there is something strange: file-responder get file-responder is a tuple class, so get-ting something from it looks wierd. Maxim Savchenko

Re: [Factor-talk] Possible bug

2009-02-21 Thread Maxim Savtchenko
Sorry. I have realised that serve-file is not intended to be used alone, outside of file-responder infrastructure. From the first sight it didn't look like auxiliary word. On Sat, Feb 21, 2009 at 11:33 PM, Maxim Savtchenko pdu...@gmail.com wrote: And one another problem. serve-file from

[Factor-talk] webapps.counter

2009-02-21 Thread Slava Pestov
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