> Enabling environment variable XSI_LOG_LOAD_TIME will help your investigation:
Sorry if this is a stupid question, I have the env set, but I can't
find the output of that logging anywhere, in fact there's no evidence
that it logs anything at all except for the ordinary stuff..?
--
stockholm.postproduction | www.stopost.se
On 2/7/06, francois.painchaud(at)sympatico.ca
<francois.painchaud(at)sympatico.ca> wrote:
> Enabling environment variable XSI_LOG_LOAD_TIME will help your investigation:
> http://softimage.wiki.avid.com/index.php/Performance_Tips_%28XSISDK%29
>
> François
>
> > De: Eoin Murphy <eoinm(at)al.com.au>
> > Date: 2006/02/06 lun. PM 06:00:24 GMT-05:00
> > À: XSI(at)Softimage.COM
> > Objet: Re: Slowness due to selfinstalled plugin
> >
> > Sounds odd....
> > we have literally hundreds of self-installed plugins and addons running
> > on multiple workgroups, and we've rarely experienced those kinds of
> > problems.
> > Do you have a possibly recursive call in your code to another plugin
> > (you have to be careful of the order in which XSI loads plugins).
> >
> > You could try some simple profiling to see if it is your plugin, and if
> > so, which part:
> >
> > var tStart =d.getTime();
> > //your code block here
> > var tEnd=d.getTime();
> > var tCurrTime=(tEnd - tStart) * 0.001;
> > LogMessage ("Running Time:: " + tCurrTime.toFixed(2) + " seconds");
> >
> > Eoin
> >
> > Arvid Björn wrote:
> > >Hey all,
> > >
> > >I've been working on an integrated submit tool for our rush farm, it's
> > >basically a jscript that's communicating with a custom perl-script
> > >that manages submit and render. It's all fine while installed as a
> > >local plugin, but when I drop it into the workgroup, all machines
> > >moves extremely slow or crashes, or wont start up or shut down
> > >correctly while running XSI..! So is it a known coffebreak-feature or
> > >did I do something bad? Would a compiled C++ plugin be preferred?
> > >
> > >Thanks
> > >-a
>
>
> ---
> Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
> unsubscribe xsi
>
--
stockholm.postproduction | www.stopost.se
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi