Re: "batch" could be fun in clojure

2010-12-09 Thread László Török
The idea is interesting, it is an application of the principle: move the computation where the data resides, rather than shovel data between remote locations there is quite an interesting implementation in scala http://lambda-the-ultimate.org/node/3626 ps sorry if a bit off-topic Las 2010/12/9

Re: "batch" could be fun in clojure

2010-12-09 Thread Saul Hazledine
On Dec 8, 11:12 pm, Raoul Duke wrote: > another take on rpc/queries/services: > >    www.odbms.org/download/2010-09-Batches-ICOODB.pdf > > apparently very preliminary, i can't find the java implementation > referred to in the slides. I liked the idea but was sceptical since most remote work is do