> What I want is some way to schedule tasks to be executed by some set  
> of worker threads, and then be able to control the number of worker  
> threads on a server.  What I'm interested in is other people's  
> opinions on how I should architect this app.
------------------------------------
This is exactly what we (a colleague and me) did with a large  C++ app  
and it works perfectly

One of the advantages I see in clojure  is the built-in support for  
concurrency. If I would feel that this support would not be suitable  
for the given task I would definitely choose Java with the  
java.util.concurrent package.

Regards
   Roger



--~--~---------~--~----~------------~-------~--~----~
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 posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to