Bitcoin Forum

Economy => Trading Discussion => Topic started by: annette786 on March 07, 2013, 02:00:46 AM



Title: Do your part: If you are just looking, don't log into mtgox trading API sites
Post by: annette786 on March 07, 2013, 02:00:46 AM
.... for a bit.


Title: Re: Do your part: If you are just looking, don't log into mtgox trading API sites
Post by: pretendo on March 07, 2013, 03:13:18 AM
Just use other exchanges, if mtgox has hardware that can't handle the traffic that they proudly announce, let the market take care of it and let's use a better exchange


Title: Re: Do your part: If you are just looking, don't log into mtgox trading API sites
Post by: Nagato on March 07, 2013, 07:27:04 AM
From a technical perspective,

Their frontend(website) appears to be fine. Webservers are not the bottleneck.These are easy to scale if need be.
The problem is either their trade engine code(which might not be coded optimally or in something non-performant like Java/Ruby) or more likely the DB.
To be fair, its not easy to optimise the DB part when money is involved. Consistency is more important then performance in this case.
The need to ensure consistency in the event of any failure makes optimisation quite difficult.