lostcommander
Member
- Messages
- 52
- Reaction score
- 0
- Points
- 6
One of the things my site allows users to do is bid in an auction using points. The system works fine, but I have to manually "finish" each auction. After the close time of an auction, I go to an administration page and press a button to generate a transaction (including the final subtraction of points from accounts and relief/return of points held in reserve to cover bids) for the auction. There MUST be a way to do this automatically (triggered by the timestamp noting the end of the auction). If this was running on a personal server instead of x10, I could try writing a C program or something that just ran constantly and repeatedly checked the database for closed and unfinished auctions?
Does anyone know how (or if) this can be done for x10 websites, or more generally how to do this on any webserver (or a better way to perform the whole auction process)? Thanks!
Does anyone know how (or if) this can be done for x10 websites, or more generally how to do this on any webserver (or a better way to perform the whole auction process)? Thanks!