I'm thinking about ways I could add new users to the system dynamically. I have 
an app that gets lots of requests from new users, but there's an opportunity to 
get prefs before showing the items. So I can see where the anonymous user class 
would work here, but then what about subsequent requests? Can I insert a new 
user?

Also, while these requests are happening, they're all getting recorded by an 
external app. My plan has been to update the recommender with that data On a 
nightly basis, but how would this workout with users that were added on the 
fly, since their data will already be in the recommender? Whew, hope this makes 
sense.

- Matt

Reply via email to