Posts Tagged ‘Checker’

Program: Abusive User Checker

Monday, March 10th, 2008

Shared memory’s speed makes it an ideal way to store data different web server processes need to access frequently when a file or database would be too slow. Example shows the pc_Web_Abuse_Check class,which uses shared memory to track accesses to web pages in order to cut off users that abuse a site by bombarding it with requests.

(more…)