[sldev] Script/Parcel/Memory Limits

Kelly Linden kelly at lindenlab.com
Wed Dec 16 19:45:15 PST 2009


On Wed, Dec 16, 2009 at 7:31 PM, Dahlia Trimble <dahliatrimble at gmail.com>wrote:

> The master script can then modify these values and modify the child prims
> using the existing llSetLinkPrimitiveParams() function.
>

At 0.2 seconds of script sleep per call you are currently at 1 second for
every 5 prims.  100 prims is 20 seconds and 200 is 40 seconds of pure sleep,
outside any time the script actually uses.  While this isn't actually very
horrible for something that you would in theory only do rarely why push this
on your customers when it is simple to have a script in each prim and get
near-instant change?

By adding a version of llSetLinkPrimitiveParams that does not have a delay
you will be able to get the same 'near instant' change with a single script,
and that is our goal.

Additionally, llGetLinkPrimitiveParams doesn't yet exist and will remove the
need for even the initial round of self-deleting scripts in each prim.

 - Kelly
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20091216/e9ebfebe/attachment.htm 


More information about the SLDev mailing list