You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fusion...@googlegroups.com
Hi. We want to exclude some requests from EnGuard timeout protection
but although they normally complete quite quickly, they fire a number
of cfthreads which can run on for a long time.
Does EnGuard just look at the "owning request" or the entire process
including dependent thread activity when determining restrictions and
triggers?
If we exclude the request (based on its URL) will the dependent
threads also be ignored?
Thanks
Julian.
michael...@intergral.com
unread,
Dec 19, 2016, 12:27:06 PM12/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FusionReactor
Hi Julian
EnGuard protection will only consider the master (owning) request when evaluating triggers.
Sub requests running on the CF threads should be ignored.
Mikey
Julian Halliwell
unread,
Dec 19, 2016, 12:40:22 PM12/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fusion...@googlegroups.com
Thanks Mikey. Makes sense, just wanted to be sure.