i have my UID system handled very well lol, its all mysql handled, and i created a UIDManager to make sure UIDS are recycled ect ect.
Then i have UID realtime check in the server and if any items SOMEHOW get entered into mysql[Cant dupe UIDS in mysql table it wont let you enter same UID twice.]
then thr realtime check refrencess database and checks all UIDS in the server, and also checks the UIDManagers data. If dupes are found, They get destroyed. and logged. its quite robust. but there's always room for improvement lol
|