Mohammad Habbab
unread,Jun 30, 2012, 3:09:18 PM6/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to servic...@googlegroups.com
Hey There,
I'm working on an application that involves multiple clients connecting to a redis server via web-service .. A Person (pA) following a set of people F(pA) = {pB,pC,...}. He/She will check periodically for new comments posted by the people they follow. I use C# Redis library on github. If I were to use redis Pub/Sub subscriptions .. pA's thread would have to block after subscribing to his Set F(A) which leaves me with an un-usable client-object. [We're planning to use a Document Store as part of the infrastructure
too, Raven-DB to be specific, if that information is helpful in anyway]. With an unpredictable amount of users logged into the system how would i manage all the objects that blocked? I do feel that pub/sub is not the best solution for this problem due to the complexity of managing all clients objects (one foreach client). I'm a Newbie here (in redis domain, and in NoSQL movement in general :) ) so i appreciate every possible help !
Thanx in advance, Cheers !