accès concurrentiel pessimiste(A method of managing concurrency by using a lock technique to prevent other clients from updating the same object at the same time)
durée pessimiste(The worst-case possibility for the total span of active working time expected for a task, that is, the amount of time from the pessimistic start to pessimistic finish of a task)
verrouillage pessimiste(A type of locking in which the page containing one or more records, including the record being edited, is unavailable to other users when you use the Edit method, and remains unavailable until you use the Update method)