Firebird ADO.NET Provider SDK Documentation - v1.7

FbServerConfig.LockRequireSpins Property

In Classic, only one client process may access the lock table at any time. Access to the lock table is governed by a mutex. The mutex can be requested conditionally -a wait is a failure and the request must be retried - or unconditionally - the request will wait until it is satisfied. This parameter establishes the number of attempts that will be made conditionally. Relevant only on SMP machines.

[Visual Basic]
Public Property LockRequireSpins As Integer
[C#]
public int LockRequireSpins {get; set;}

See Also

FbServerConfig Class | FirebirdSql.Data.Firebird.Services Namespace