I administer a large web application (CFMX7/M$ SQL Server) which at present
keeps falling over. The root of the problem is that after time, hanging
requests reach the number of simultaneous requests as set in the CF
Administrator and everything else is queued. In turn causing the CF server to
become unresponsive. As the bulk of the application's logic is coded into
stored procedures on the DB Server, the CF part of the application relies very
heavily on the storedproc tag.

How can I easily timeout pages containing the storedproc tag as the 'request
timeout setting' in the CF Administrator does not apply to these pages?

Thanks in advance,

Stew