cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

Multidata plugins #269

Open MarioVilas opened 10 years ago

MarioVilas commented 10 years ago

Idea: add the ability for plugins to receive multiple objects in one shot instead of forking for each object. That way the plugin would be invoked once per stage execution.

Related: #268

MarioVilas commented 10 years ago

This isn't as simple as it sounds.

Changing the Notifier is quite easy, it can be done in a few minutes (I just tried). The tricky part then is handling the ACKs.

Here are some solutions I thought of: