11.01.2016 16:57, Adriano dos Santos Fernandes wrote: > IPluginBase (base of IExternalEngine) is, and that's what I want to share.
Are you sure that sharing it is a good idea? It means that methods of the same plugin object will be called from multiple threads in parallel. Programming of such plugin will be much more complex (completely unnecessary in most cases). In any case, if you want to share the same plugin among attachments, it is enough to keep reference to it in dbb and copy to each att increasing reference counter. No changes in API required. -- WBR, SD. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
