To be honest, if there were obvious tips for changes at the source level then I would hope that we would already have done them :)

I think just the usual kinds of tips that you've outlined apply. If the use case allows it, you might want to consider implementing any time critical or complex functions in region modules instead. Scripts can still communicate with these either via modSendCommand() (in OpenSimulator 0.7.3.1 and earlier) or custom functions added by the module (in current OpenSimulator development code).

On 18/05/12 23:13, Mark Dubin wrote:
I am developing a grid with a very large number of scripts of varying length, 
many of which get triggered simultaneously. Are there ways of optimizing script 
thread processing performance that I can take advantage of? I know about 
listeners and loops and am thinking about making changes at the source level if 
there are suggestions for dong so. Thanks, Mark
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev



--
Justin Clark-Casey (justincc)
http://justincc.org/blog
http://twitter.com/justincc
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to