I think, for Taste, we need to start figuring out how we are going to
distribute the workload, etc. My gut says the webapp stuff and the
core recommender stuff, etc. should be moved to a "contrib" area, but
not sure just yet on that. That is, not sure how the EJB, web, stuff
fits into the core of Mahout. Will know better once we have the code
committed and we can get several eyes looking at it.
Of course, perhaps, if and when Mahout is a TLP, Taste will be a
complete self-contained sub project.
-Grant
On Apr 18, 2008, at 5:07 PM, Sean Owen wrote:
Thread safe, I think, meaning I might have two users making a request
to a web app, which are handled in two threads, simultaneously
accessing a Recommender. Stuff like caches need to make sure they
don't blow up if two people hit it at once.
On Fri, Apr 18, 2008 at 5:02 PM, Ted Dunning <[EMAIL PROTECTED]>
wrote:
Thread safe? Or reentrant?