How to use a DHT for a social trading environment

Posted by Lirik on Stack Overflow See other posts from Stack Overflow or by Lirik
Published on 2010-04-14T03:04:36Z Indexed on 2010/04/14 3:13 UTC
Read the original article Hit count: 306

Filed under:
|
|

I'm trying to understand if a DHT can be used to solve a problem I'm working on:

I have a trading environment where professional option traders can get an increase in their risk limit by requesting that fellow traders lend them some of their risk limit. The lending trader will can either search for traders with certain risk parameters which are part of every trader's profile, i.e. Greeks, or the lending trader can subscribe to requests from certain traders.

I want this environment to be scalable and decentralized, but I don't know how traders can search for specific profile parameters when the data is contained in a DHT. Could anybody explain how this can be done?

© Stack Overflow or respective owner

Related posts about dht

Related posts about language-agnostic