FlyerTalk Forums - View Single Post - AwardWallet
Thread: AwardWallet
View Single Post
Old Sep 7, 2010 | 10:18 am
  #123  
HansGolden
15 Years on Site
 
Join Date: Dec 2009
Location: ICT
Programs: AA ExP
Posts: 1,860
Originally Posted by SanDiego1K
I love AwardWallet, but fairly frequently it stalls on an airline or hotel site. I wish that after some period of no success, it would move on to the next.
Question for AwardWallet, since I'm too lazy to look at the code myself: I'm guessing you query the airline sites server-side rather than with client-side AJAX? If so, it should be fairly simple (and you should have plenty of bandwidth) to parallel-ize the requests. That would not only speed up the process, but it would mostly solve the problem seen above (though a timeout would still be a good idea).

Also, it seems you do background updates without use needing to manually update--is that daily?
HansGolden is offline