View Single Post
  #74  
Old 06-27-2007, 06:51 PM
rvg72 rvg72 is offline
Senior Member
 
Join Date: Jun 2005
Location: Canada
Posts: 2,342
Default Re: New Software: Holdem Manager

[ QUOTE ]
Of course, if you're planning on outsourcing hand-history updates to India or something, then by all means go ahead and support every site you can.

[/ QUOTE ]

Probably not India but the way I handle hand history conversion parsing was done in such a way that I could outsource it. There is a two step process - step one is converting the site hand history into HMSF which is a generic XML format. I then take that HMSF format and apply all my programming "stuff" on that.

So what this means is that someone could create converters for any site that simply convert to this XML format without knowing anything about Holdem Manager, the Database, what I plan on doing with the data etc.

I do plan on having close to 100% coverage for sites with reasonable amounts of traffic that also have hand histories and I don't necesarilly plan on doing this all myself although it only takes a few hours to built a new site parser.

There is also a pretty good chance that I'll make my site parsers open source by request to speed up the proliferation of HH to HMSF convertors. In fact, earlier versions of HM had each sites parser as its own dll and allowed developers to create a parser for a site, drop it into a folder in HM and the site would automtically be supported without any involvement from me however I changed that due to the potential of people writing backdoor trojans and dropping them into the parsers and then giving them to people.

The approach I have taken now is to make it as easy as possible for other people to write hand history parsers for sites but I will still oversee and manage it all at a code level to make sure everything is safe for HM users.

rvg
Reply With Quote