best technology for server side matchback

Newbie Member
11May2011,02:06   #1
yknot7's Avatar
Hi -

I am looking at alternate technologies to solve this -

1) Multiple user computers send me information from my program that runs on their computer every couple of seconds
2) I need to match it to similar data that other users have relayed in the last 3 minutes and if it matches send both users a notification
3) when i receive new information from the user it needs to clear the old information and do the same for the new information.

I need something that is instantaneous and constantly runs for over 100,000 users.

Any suggestion will be helpful

Thanks and regards
Go4Expert Founder
11May2011,08:15   #2
shabbir's Avatar
Is your server that much powerful to handle 100k concurrent users? What is the configuration of your server then?
Newbie Member
11May2011,08:53   #3
yknot7's Avatar
I am on the amazon cloud, right now I have only 100 users but scaling really fast & the DB batch that we run constantly is beginning to slow down.
Go4Expert Founder
11May2011,10:01   #4
shabbir's Avatar
If you are on Amazon cloud you can always scale up with a new instance of the server to handle.
Newbie Member
11May2011,22:00   #5
yknot7's Avatar
Guys I am not dumb and yes I can scale as I am on the cloud.... But it also costs me a lot more that maybe re-writing the entire back end in a more efficient way

Thanks