Rule Firing
Issue: How many rules to fire at once
Proposal: Fire one rule at a time per invocation
- Concurrent firing ? cross-rule action ordering
- What a mess … just say no.
- Resulting ordering requirement:
- Serializability of the action sets (cf. databases)
- Smart implementation can use concurrency
- Allows cross-invocation concurrency