Leverage Drupal's event registration system to prevent flooding/spam from anonymous users.
By attaching a validation event to all forms you can control how often your guests are allowed to submit data (and therefor consume precious processing power).
This module also provides a function for other modules to create custom flooding checks.