So I like many of you am using the static variable "trick" to prevent recursion in my triggers.
But I have one object with many triggers on it all of which are using the method outlined here
https://help.salesforce.com/apex/HTViewSolution?id=000133752&language=en_US
My question is, is it true that it two triggers fire in the same execution and use the same check, will they share the same static variable values and therefore the execution of the first trigger will prevent the execution of the second one?