Hello,
We have a Notes client based application for allocating some specific tagid number from a pool whenever request is raised by user.
For allocating the tagid whenever any users clicks on submit request a call is sent from lotus script code to another notes database which has the pool of tagid and the first tagid in queuet is allocated .On next submit request the next tagid from pool is allocated.
The problem we have is how do we manage a situation when concurrent hits on submit are done by two or more users since at that instance there are chances of same tagid getting allocated to more than one person which will be a big issue.