[sldev] Why hasn't Linden Lab implemented WRITING to NOTECARD?
Ann Otoole
missannotoole at yahoo.com
Wed Jun 10 18:06:49 PDT 2009
script memory limits are incoming.
It is unwise to assume there will always be plenty of memory for scripts.
I.e. at some point newly activated scripts in a parcel or in attachments will cease functioning if the memory pool limit is exceeded.
Better to use a web host and use out of grid assets you control for data persistence.
________________________________
From: Dzonatas Sol <dzonatas at gmail.com>
To: fire at b3dMultitech.com
Cc: "sldev at lists.secondlife.com >> SLDev" <sldev at lists.secondlife.com>
Sent: Wednesday, June 10, 2009 9:09:29 PM
Subject: Re: [sldev] Why hasn't Linden Lab implemented WRITING to NOTECARD?
Fire wrote:
> Hi everyone,
>
> just wondering (and I am sure this question has been asked before)
> but why, oh why, hasn't LL implemented the feature of writing to
> notecards?
>
> Wouldnt this solve a lot of our scripting nightmares? Ie: List memory
> limits
> etc?
>
> Give me an early merry xmass LLLD! (lovely linden lab developers)
>
> thoughts... ideas? opinions? all welcome!
>
Notecards are tied to a UUID. When you edit a notecard, it creates a new
UUID for each new version of the notecard. It's rumored someone at LL
decided to prevent a continuous (and possible abusive) creation of new
UUIDs for each version of a notecard by simplly not implementing the LSL
command to write to notecards.
If you need a DB like storage, just write a listener/sender LSL-program
to store values in memory. One LSL program is good for 8K of memory
(actually more than that is available, but you'll need room to copy
arrays around to avoid a script crash).
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20090610/8abf4230/attachment.htm
More information about the SLDev
mailing list