Re: [Factor-talk] PostgreSQL and async SQL queries

2013-02-05 Thread Alexey V. Litvinov
Ok I try to modify it myself. 06.02.2013 11:07, Doug Coleman ?: Hi Alexey, I am responsible for the Postgres library. I have an updated version in the works but I haven't finished it yet. Sorry for the inconvenience. Doug On Tue, Feb 5, 2013 at 3:15 PM, Alexey V. Litvinov mailto:lials

Re: [Factor-talk] PostgreSQL and async SQL queries

2013-02-05 Thread Doug Coleman
Hi Alexey, I am responsible for the Postgres library. I have an updated version in the works but I haven't finished it yet. Sorry for the inconvenience. Doug On Tue, Feb 5, 2013 at 3:15 PM, Alexey V. Litvinov wrote: > Hello! > > I'm trying to write multiuser accounting webapp in Factor. > And

[Factor-talk] PostgreSQL and async SQL queries

2013-02-05 Thread Alexey V. Litvinov
Hello! I'm trying to write multiuser accounting webapp in Factor. And I get into trouble. Since factor using co-operative threading model long SQL query in one request can stop processing in others until server returns result-set. As I see in postgres api it have functions for async requests. A