Once again, thanks Belgin. This worked a charm. Now all we need is a way to set a lower priority on the thread.
Skip -----Original Message----- From: Bilgin Ibryam [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 2:28 AM To: user@ofbiz.apache.org Subject: Re: runAsync On Sat, 2008-03-15 at 14:19 -0700, [EMAIL PROTECTED] wrote: > I am calling dispatcher.runAsync("computeEOQRequirements", context); from > Is there any way to control this startup time? You can call the service async w/o persisting it, like this: dispatcher.runAsync("computeEOQRequirements", context, false); Bilgin No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1329 - Release Date: 3/14/2008 12:33 PM No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1329 - Release Date: 3/14/2008 12:33 PM