Re: Refs scalability

2009-12-11 Thread Dragan Djuric
Then, let's say there is a million refs, each transaction involves only a couple of refs, and there is a number of concurrent transactions typical for a web application that runs on one server (let's say 10-100). Of course that the real answer is in measuring it, but I wanted to know, before I buil

Re: Refs scalability

2009-12-10 Thread Phil Hagelberg
Dragan Djuric writes: > Is it a good idea, from the performance standpoint, to use many refs > in the program? By many, I mean thousands or even millions? The question isn't how many refs you should instantiate, it's how many refs you should read or write to at once in a transaction as well as h

Refs scalability

2009-12-10 Thread Dragan Djuric
Is it a good idea, from the performance standpoint, to use many refs in the program? By many, I mean thousands or even millions? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that po