Normal
To take performance / user experience into account you shouldn't be doing anything have processing (like creating new processe(s)) in any of the plugin init functions. Instead you should delegate the work to a worker thread and run such stuff asynchronously.