QUOTE(djackallstar @ Jul 29 2016, 15:03)
@Superlatanium
If two or more people submit a proxy bid at the same time and with the same bid, who's gonna be chosen by the auction system as the one who appears as XXX in "XXX <bid> Proxy bid after #<post_no>"?
Whoever submits the proxy bid first. Just like in manual bidding, someone who bids earlier and (bids more or the same) has higher priority. It's extraordinarily unlikely for proxy bids to be submitted at the exact same time on my server (less than 10 ms apart), given the relatively low number of participants and the long length of the auction - but in the very odd case that it does happen, whichever PHP thread reaches file_put_contents first and locks the proxy bid file will have higher priority. (Proxy bids are both listed (through itemlist => /submitbid.php) and processed (through update => /update2.php) in the order they're submitted, and whatever is processed first has the highest priority)
An observer might say it depends on each user's ping to the auction site, or one assumes ping is accounted for, then it's just plain random.