Hi, I have one script that is probably inefficiently written. When it starts I lock execute, and it take about 10-15 seconds to run, and during this time it interferes with the encoders.
I'm not sure how to go about troubleshooting this - any suggestions about where I could start? Jim From [email protected] Wed Apr 22 10:03:42 2009 From: [email protected] (Louis Louw) Date: Wed Apr 22 11:41:58 2009 Subject: [General-discussion] pal lock execute In-Reply-To: <[email protected]> References: <a4e0b51afc2d4dde8f4b2a6ef55f9...@thedjbooth><010301c9be0e$b7fcafe0$27f60f...@com><[email protected]><8fca8875422d4d6c8c7a71d89b563...@thedjbooth> <00a301c9be15$ca8cde30$059c5...@lappy> <7ac4626ab5b54eb6adf7a7f40872b...@thedjbooth> <[email protected]> <[email protected]> Message-ID: <000401c9c353$29d35f30$7d7a1d...@com> Hi, It it's a big loop, create a counter ... and every 100 loops, do a UnlockExecute and then another Lock Execute. Just to create a bit of breathing room for the encoders. Louis Louw CTO - Spacial Audio Solutions, LLC http://www.spacialaudio.com http://www.spacialnet.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jim Priebe Sent: 22 April 2009 03:24 PM To: [email protected] Subject: [General-discussion] pal lock execute Hi, I have one script that is probably inefficiently written. When it starts I lock execute, and it take about 10-15 seconds to run, and during this time it interferes with the encoders. I'm not sure how to go about troubleshooting this - any suggestions about where I could start? Jim _______________________________________________ General-discussion mailing list [email protected] http://mailman.spacialaudio.com/mailman/listinfo/general-discussion TO unsubscribe to this list, simply send a blank email to [email protected] with the subject 'unsubscribe'
