| Performance Tuning PHP |
 |
2025-12-24 |
 |
 |

40 |
 |
 |
To ensure data integrity in certain situations you will need to use locks. However, overuse of locks or improper
implementation can severely hinder the performance of your application.
- • If supported, whenever possible use row level locks instead of table locks.
- • When using table locks, try to lock as few tables as possible.
- • Whenever possible avoid locks all together.