This content has been marked as final.
Show 1 reply
-
1. Re: re-assignment
brittm Sep 30, 2005 10:30 AM (in response to icyjamie)Jamie,
Concurrency isn't an issue at all. In a web application you would simply verify that the current user still owns the task immediately before your code makes the reassignment--if they don't, you return a message to the web UI that someone else beat them to it.
-Britt