Innovation Award
 November 2006
Number 3 |
AJAX applications may trigger multiple requests to the Web server that can occur at the same time.
If different requests attempt to access and change the same server side resources at the same time, this may lead to race conditions that may cause undesired effects.
This class provides a solution that can be used to prevent this problem. It can lock server side resources that are being manipulated upon browser side events that trigger AJAX requests.
Manuel Lemos |
This package can be used lock server side resources to prevent race conditions that may occur when two users want to access the same resource simultaneously.
It uses AJAX to lock and unlock resources from Javascript code running on the browser, thus without reloading the current page.
The package comes with several drivers that can use different containers to manage the resource lock information. Currently it supports two drivers for SQL databases and shared memory as containers.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (83.3%) |
Not sure (50.0%) |
Sufficient (66.7%) |
- |
- |
Sufficient (61.7%) |
600 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.