Dragan Djuric <[email protected]> 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 how
many transactions you expect to run at once. The place you'll run into
perf issues is with transaction retries. The best (only?) way to know is
to measure, I think.

-Phil

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to