Hi guys,
A question on best practice and possibility ...
I have a client with a growing number of file watch folders and processes. Having started with your demo watcher ... and stripped it down to the initial few needed ... I am now progressively adding back in extra watcher code as needed. I am following the multiple watchers within the single plugin paradigm per the demo. Is this best?
I have both implementation and robustness concerns ... asynchronously needing to implement new watchers ... and trouble when new code breaks existing functionality.
Can I divide and conquer ... a plugin per watcher ... will this be cool within Jiwa and handled OK by the service? And if so, is this best practice?
Cheers,
Neil.


