Jump to content

best technology for matchback

- - - - -

  • Please log in to reply
3 replies to this topic

#1
yknot7

yknot7

    Newbie

  • Members
  • Pip
  • 2 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Start by defining "similar". I know that sounds trite, but you haven't defined it at all.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
yknot7

yknot7

    Newbie

  • Members
  • Pip
  • 2 posts

WingedPanther said:

Start by defining "similar". I know that sounds trite, but you haven't defined it at all.

Similar is a number that is generated by the program and keeps changing constantly

Thanks

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Unfortunately, that's not a definition. What's the data coming in, and how do you measure "similarity"? Depending on the type of data you're receiving, it could be anything from the number of characters that are the same, to the natural log of the difference between the numeric values sent.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users