I attended one interview today,Interviewer asked me one question regarding the creation of unique identifier.
Question :
Consider same webapplication is deployed in 3 webserver.if any user registered in any of my application,a unique identifer is given to the user.It cannot be stored in a database.3 webserver should not produce the same uid again.How t implement this ?