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

Reply via email to