durusmail: quixote-users: Re: How do you handle long running requests?
How do you handle long running requests?
2003-07-18
2003-07-18
Re: How do you handle long running requests?
2003-07-18
2003-07-18
2003-07-18
2003-07-18
2003-07-19
2003-07-18
2003-07-19
Graham Fawcett (5 parts)
2003-07-20
2003-07-21
2003-07-21
2003-07-18
Re: How do you handle long running requests?
Titus Brown
2003-07-18
-> Actually, it would be very interesting, and probably quite simple, to
-> write a Quixote-based tuple space engine: a bare-bones write/take
-> interface with a pluggable backend (in-memory, ZODB, Berkeley, ...).
-> Would anyone be interested in such a thing?

It's trivial with PostgreSQL; I've written one on top of cucumber, my
O/R mapping for PostgreSQL <--> Python.  I just didn't know it was called
a Linda tuple space ;).

It really is trivial to write, and doing it with e.g. Pyro is probably
the simplest bet.  I may write one in the next few days for some genome
stuff I'm doing; it's a veeerry handy and simple way to write a queueing
system.

cheers,
--titus

reply