Re: Java plugin server thread configuration question

2010-10-29 Thread Roys, Eric D
Many thanks to John Baker from Java Systems Solutions for a work-around to this via modification to the plugin code (see below and I hope I incorporated it correctly :-). I would still like to know if it is possible to configure per plugin threads via the pluginsvr.conf configuration or other

Java plugin server thread configuration question

2010-10-29 Thread John Baker
Eric, Well done, although there is one minor change that's required: private static final byte[] LOCK= new byte[0]; public void initialize(ARPluginContext context) throws ARException { ... synchronized(LOCK) { if(myplug == null){ myplug = getInstance();

Re: Java plugin server thread configuration question

2010-10-29 Thread Roys, Eric D
Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of John Baker Sent: Friday, October 29, 2010 4:08 PM To: arslist@ARSLIST.ORG Subject: Java plugin server thread configuration question Eric, Well done, although there is one minor change that's required: private static

Java plugin server thread configuration question

2010-10-28 Thread Roys, Eric D
Is it possible to configure individual plugins within a plugin server to use their own configuration for threads? I.E. if there are multiple plugins within pluginsvr_config.xml, can each have their own designated number of threads or is it only possible that each uses the numCoreThreads