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. And also
this functions exists db.postgtresql.ffi
When I read article in Slava blog about HTTP server
http://factor-language.blogspot.ru/2008/03/new-http-server-part-1.html I
seen in comments such reply:
-- cut --
As for slow queries, right now we have two database bindings; SQLite and
Postgres. SQLite is blocking by its inherent nature but the Postgres
library can be used in non-blocking mode and that's what we'll be doing
in the near future.
-- cut --
How about this? I missed something? Or this development was aborted?
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk