String id = Hash.call(pc, pc.getId()+":"+pc.getStartTime());
if(id.equals(threadId)){
stopType=stopType.trim();
Throwable t;
if("abort".equalsIgnoreCase(stopType) || "cfabort".equalsIgnoreCase(stopType))
t=new Abort(Abort.SCOPE_REQUEST);
else
t=new RequestTimeoutException(pc,"request has been forced to stop.");
pc.getThread().stop(t);
SystemUtil.sleep(10);