Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

temp prim rezzers zapped?

Gabriele Graves
Always and Forever, FULL
Join date: 23 Apr 2007
Posts: 6,205
02-02-2009 13:28
From: Argent Stonecutter
There should be 1500 prim reserve on a sim, not 500. This reserve is used for attachments and vehicles as well.
Yeah, read on Argent, lol I got it wrong and was working on old info :)
Zardoz Firanelli
Registered User
Join date: 6 Sep 2008
Posts: 21
Ooops...
02-02-2009 13:31
It looks like I got sucked in with this one.

I have a few temp rezzers that I use for the express purpose of managing my available prims. However, the temp rezers I use only rez when somone is present (I realize that the script is polling continuously to do this though). For my purposes, I really wouldn't care if the objects were rezzed temp or permanent, only that they were not there if no one was in the immediate area (as I have low usage and traffic on my parcel and I am rezzing sectioned environments). Is anyone selling a product that will do this?

Also, having no idea how the server side uses resources with objects I have the following question:

If I have 20 of the same objects on the same parcel, how are the resources allocated to those objects? Is it 20 objects with 20 differnt sets of parameters, or is there some way to make it one object with 20 different sets of parameters (ie multiple location references for the same simple static object) to save resources?

For example, I have a large hall with 20 sconce lights, each being 5 prims = 100 Prims. It would be really nice to have the first one count as a full prim, and the rest maybe as half prim so that it worked out to be an array of 53 prims or something along those lines. Anyone know if this is possible at the server level, is it allready being done, or is there just too much overhead to make it feasable?
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 13:31
From: Phil Deakins

There was a time when there was sometimes some merit in your attitude - back when temp prims counted against the maximum number of prims per sim (15,000).
That must have been 2003. There was already a prim reserve for temp prims and vehicles when I joined in 2005... the prim limit on a 15,000 prim sim was actually more like 16,500 with the reserve.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 13:32
From: Djamila Marikh
I have no issue with that, unfortunately until a speed limit is posted, you can only speculate on what it might be,
There are roads where the speed limit is posted only as "reasonable". You can still get a speeding ticket on those roads.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 13:40
From: Zardoz Firanelli

If I have 20 of the same objects on the same parcel, how are the resources allocated to those objects? Is it 20 objects with 20 differnt sets of parameters, or is there some way to make it one object with 20 different sets of parameters (ie multiple location references for the same simple static object) to save resources?
It's always 20 separate objects. SL doesn't support instances.

And using 20 temp rezzers in a parcel strikes me as being a wee bit close to the "abusive" end for my taste.You could see if you can link them all together (that will depend on link distance and size) so you only need to rez one object for all 20 lights... but personally I'd consider getting some lights that require fewer prims.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Zardoz Firanelli
Registered User
Join date: 6 Sep 2008
Posts: 21
02-02-2009 13:53
From: Argent Stonecutter
It's always 20 separate objects. SL doesn't support instances.

And using 20 temp rezzers in a parcel strikes me as being a wee bit close to the "abusive" end for my taste.You could see if you can link them all together (that will depend on link distance and size) so you only need to rez one object for all 20 lights... but personally I'd consider getting some lights that require fewer prims.



Thanks for the reply Argent.

Sorry, I must not have been unclear. I have three of four temp rezzers, each re-rezzing 4 or 5 objects, with the exception of the one that rezzes the 20 sconce lights. I haven't noticed any major lag but you do notice something when I first wake the rezzers on arrival, which could be annoying others so I will get rid of them.

This is on my mainland holdings, which sees very little usuage and traffic and I have increased my holdings to get a reasonable amount of free prims. But in any case - yes, I agree, this is abusive and I'll get rid of the temp rezzers or ask the creator if they can remove the loop and rez permanent objects and tear them down when no avs are present.

I guess there is no way to know if instances will ever be implimented?
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 14:14
From: Zardoz Firanelli
Sorry, I must not have been unclear. I have three of four temp rezzers, each re-rezzing 4 or 5 objects, with the exception of the one that rezzes the 20 sconce lights.
It's not the number of rezzer scripts that really matters, it's the number of linksets and prims that they rez... whether you have one script rezzing 20 linksets or 20 scripts rezzing 20 linksets, the impact is the same.

From: someone
I guess there is no way to know if instances will ever be implimented?
I'm not sure they can be cleanly implemented in the SL architecture. You might want to create a JIRA asking for them and see what the techies who follow the JIRA come up with.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Zardoz Firanelli
Registered User
Join date: 6 Sep 2008
Posts: 21
02-02-2009 14:22
From: Argent Stonecutter
It's not the number of rezzer scripts that really matters, it's the number of linksets and prims that they rez... whether you have one script rezzing 20 linksets or 20 scripts rezzing 20 linksets, the impact is the same.

I'm not sure they can be cleanly implemented in the SL architecture. You might want to create a JIRA asking for them and see what the techies who follow the JIRA come up with.



Thanks for setting me straight and for the info.

Z
Phil Deakins
Prim Savers = low prims
Join date: 17 Jan 2007
Posts: 9,537
02-02-2009 14:25
From: Argent Stonecutter
That must have been 2003. There was already a prim reserve for temp prims and vehicles when I joined in 2005... the prim limit on a 15,000 prim sim was actually more like 16,500 with the reserve.
No. It was as I said, up until sometime last year. It may have been as you described sometime in the distant past, but last year temp prims counted against the sim's 15,000, and then they changed it so that they are now over and above the 15,000.
_____________________
Prim Savers - almost 1000 items of superbly crafted, top quality, very low prim furniture, and all at amazingly low prices.

http://slurl.com/secondlife/Seymour/213/120/251/
Phil Deakins
Prim Savers = low prims
Join date: 17 Jan 2007
Posts: 9,537
02-02-2009 14:31
From: Storyof Oh
They were mine and ok LL should now return every single temp rezzer outlaw their creation and ban their use for everyone... no debate...
From: Argent Stonecutter
Every temp rezzer used to bypass prim limits, yes.
The problem with this is that it's only your opinion and has nothing to do with the Storyof's statement, except as an opinion. Other people's opinions differ, but at least other people have good grounds to differ, whereas you have no grounds for that opinion, other than you wish it were so.
_____________________
Prim Savers - almost 1000 items of superbly crafted, top quality, very low prim furniture, and all at amazingly low prices.

http://slurl.com/secondlife/Seymour/213/120/251/
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 14:46
From: Phil Deakins
No. It was as I said, up until sometime last year. It may have been as you described sometime in the distant past, but last year temp prims counted against the sim's 15,000, and then they changed it so that they are now over and above the 15,000.
Two years ago, before the "big fix", there was a 1500 prim reserve for temp prims, vehicles, and the like. It sounds like one of the many things they broke in the temp rez fix was to eliminate that reserve. They are still not properly applying the (restored) reserve to vehicles.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 14:46
From: Phil Deakins
The problem with this is that it's only your opinion and has nothing to do with the Storyof's statement, except as an opinion. Other people's opinions differ, but at least other people have good grounds to differ, whereas you have no grounds for that opinion, other than you wish it were so.
Spoken as a true botfarmer.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Phil Deakins
Prim Savers = low prims
Join date: 17 Jan 2007
Posts: 9,537
02-02-2009 14:59
From: Argent Stonecutter
Spoken as a true botfarmer.
Purlease! I do not farm bots. I farm avatars. I hatch them for LL in my incubator - for when new users register. Where do you think new avatars come from? They don't grow on trees, you know.
_____________________
Prim Savers - almost 1000 items of superbly crafted, top quality, very low prim furniture, and all at amazingly low prices.

http://slurl.com/secondlife/Seymour/213/120/251/
Feldspar Millgrove
Registered User
Join date: 16 Nov 2006
Posts: 372
02-02-2009 15:21
From: Sling Trebuchet
If the temp rezzer is constantly rezzing in order to give the impression of permamancy, then I say zap it if it's loading the sim / the asset server / the network.


Do temp rezzers affect the asset server or the network?
I haven't used them, but for some reason I thought that
they didn't actually touch the asset server (or hence the
network). And if it's your own sim?

Is this something that can also affect nearby sims?

I know that temp-rezzers can cause problems, but it would
be nice to have some more concrete information about them,
and about how to monitor/manage them. Perhaps an easy
way to locate them would be useful, too, rather than just
guessing there might be some on the sim, somewhere,
from watching some time dilation / objects stats flunctuate.

Details, details...
Feldspar Millgrove
Registered User
Join date: 16 Nov 2006
Posts: 372
02-02-2009 15:25
From: Xio Jester
You pay for use of the service and as a customer you hardly have any rights whatsoever. For example LL has the right to just take "your land", whatever money you paid into SL & shut down your account if they ban you for any reason.


This has been found not to be the case in a court of law, in at least one instance.

Not all contracts are legal.

Just sayin...
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 17:13
Legal or not, what that guy who sued LL was doing was definitely unfair and unethical.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Feldspar Millgrove
Registered User
Join date: 16 Nov 2006
Posts: 372
02-02-2009 20:48
From: Argent Stonecutter
Legal or not, what that guy who sued LL was doing was definitely unfair and unethical.


Indeed. But what's relevant is that the judge said those things about Linden Lab.

LL is not the only service provider whose contract seems to say,
"we can unilaterally do anything we want in this relationship",
and they're not the only ones who've been in court over it.
But every case is fact specific, and things are a lot more
complex than some people's "TOS thrown out" summaries
that were flying around in that instance.
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
02-02-2009 21:20
From: Feldspar Millgrove
Indeed. But what's relevant is that the judge said those things about Linden Lab.
If you don't care about whether you're doing something unethical.

And regardless of the TOS, ripping off the auction queue is unethical.

Even if the judge declared it legal, it's unethical.

And that's *always* relevant.
_____________________
Argent Stonecutter - http://globalcausalityviolation.blogspot.com/

"And now I'm going to show you something really cool."

Skyhook Station - http://xrl.us/skyhook23
Coonspiracy Store - http://xrl.us/coonstore
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
02-03-2009 03:51
From: Feldspar Millgrove
Do temp rezzers affect the asset server or the network?
I haven't used them, but for some reason I thought that
they didn't actually touch the asset server (or hence the
network). And if it's your own sim?

Is this something that can also affect nearby sims?

I know that temp-rezzers can cause problems, but it would
be nice to have some more concrete information about them,
and about how to monitor/manage them. Perhaps an easy
way to locate them would be useful, too, rather than just
guessing there might be some on the sim, somewhere,
from watching some time dilation / objects stats flunctuate.

Details, details...
This is a very good question, and I've never seen a comprehensive answer. But I think there must be some network, neighboring sim, and central services activity when a temp prim is rezzed, because it definitely gets a fresh UUID, and it's a perfectly valid prim on all neighboring sims for however long it lives. (Unless it's taken into Inventory, I don't think it should hit the asset cluster, but as for other central services, I'm just speculating; whence come freshly-minted UUIDs? :confused: )

Watching the object stats is probably the easiest way to tell if a sim (or parcel) has a rezzer. Finding the things can be arbitrarily tricky, though. Sometimes it helps to use Advanced / Show Updates; that reveals a lot of other laggy stuff going on, too, which could be a plus or a minus, depending on whether one is tracking lag, or temp prims, specifically.
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
02-03-2009 04:11
It does affect the asset server the same way as rezzing from inventory does. It is all about degrees and common sense. No one would think anything about going to the Blake Sea and rezzing a 200+ prim sail boat and sailing around for a few hours (I do this), but only a fool thinks that it is alright to stand in the same spot and rez that same sail boat every 50 seconds, again and again, 24 hours per day. Unfortunately there are fools around and they will even want to argue that there is no rule in the TOS stating that you can't stand there and rez that sail boat again and again, forever and forever.

Come on people, use a little common sense!
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime.
From: someone
I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
Sling Trebuchet
Deleted User
Join date: 20 Jan 2007
Posts: 4,548
02-03-2009 04:47
From: Feldspar Millgrove
Do temp rezzers affect the asset server or the network?
I haven't used them, but for some reason I thought that
they didn't actually touch the asset server (or hence the
network). And if it's your own sim?

Is this something that can also affect nearby sims?

I know that temp-rezzers can cause problems, but it would
be nice to have some more concrete information about them,
and about how to monitor/manage them. Perhaps an easy
way to locate them would be useful, too, rather than just
guessing there might be some on the sim, somewhere,
from watching some time dilation / objects stats flunctuate.

Details, details...


I had thought that if an object has other discrete objects in its Contents, then those contents are stored in the asset servers. If that is so, then every rezz would drag the prims, textures and scripts from the asset servers. However, it could be that the details are stored entirely by the sim.

Whatever about the system storage location, the impact on the sim and on neighbouring sims would be the same as for rezzing any object.
Loop-rezzers have a double-whammy in this respect.
In order to avoid blinking in whatever time lapse between the temp poofing and the next rezz, they rezz the next incarnation before the previous one dies. Avatars inthe vicinity hae to process double the load, sucking the data from the sim over the network. THey get a brand new object to see every rezz interval.
Each incarnation is a brand new object that just appeared in the sim. They are not multi-instances of the same thing.
_____________________
Maggie: We give our residents a lot of tools, to build, create, and manage their lands and objects. That flexibility also requires people to exercise judgment about when things should be used.
http://www.ace-exchange.com/home/story/BDVR/589
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
02-03-2009 04:47
From: Jesse Barnett
It does affect the asset server the same way as rezzing from inventory does.
Oh, yes of course! The rezzed object has to *come from* somewhere when it's rezzed from the scripted object's inventory. Duh. :o Sorry to have overlooked the obvious.
Djamila Marikh
(shrugs)
Join date: 9 Nov 2006
Posts: 158
02-03-2009 09:35
From: Sling Trebuchet
Why on earth would they allow temp prims in the first place?
One blindingly obvious use is bullets/arrows for combat.
Another obvious use is for physical objesct that might escape to somewhere unknown that was not the intention.

Why would they impose any limit on the number of temp prims that could be rezzed at any one time?
The blindingly obvious answer is that it would be there as a safety factor in case some script went out of control.

So what is this limit?
a) The number of temps that we are *ENTITLED* to rezz - and as often as we want to?
b) The cutoff at which the sim will refuse to rezz any more


Ah!
We don't know because LL have not put it in writing. Therefore it's ok to rezz right up to the max. ??
Hogwash!



What is blindingly obvious, is that the Lindens did not create an entire object type as they were engineering, programming and developing a virtual world, exclusively for "ammo".

A "physical object that might escape to somewhere unknown" ? In case "some script went out of control" ? These are computers using math, not the Twilight Zone where strange and mysterious things happen in a mystical world. You are thinking they are helpless in it, unable to predict unknown places and unsure of how a script may work ? I dunno, doesn't make sense to me.

Like I said, they make the rules, not you, nor I, and until they say what a rule is you cannot know it. Your speculation of intent is just speculation of intent. Therefore it's ok to rezz right up to the max ? Well I dunno, are they bullets in a war sim, or should they be counting their arrows to use your example ?
Dytska Vieria
+/- .00004™
Join date: 13 Dec 2006
Posts: 768
02-03-2009 09:40
I developed a non-temp demo rezzer system, and what I noticed is that the sim seems to cache the objects in a rezzer for a certain amount of time. The FIRST time the rezzer rezzes its contents, there is noticeable hit in time dilation as each object is rezzed that is proportional to the number of prims and scripts with on_rez events the object contains. There is also a noticeable increase in the Pending Downloads that seems to depend on traffic internal to SL - maybe that is the asset server to sim data, I don't know, but it slows down the rez process because the sim is busy downloading something. Subsequent rerezzes still cause some time dilation hits but no Pending Downloads problems and rez faster than the first time.

Looking at the Statistics Bar is one way to see how any rezzer is affecting the sim performance, but it does not update as fast as an object can rez its contents which is 1 object every 0.1 seconds. The Statistics Bar I think updates every 1 seconds. With scripts, at least time dilation can be monitored and I incorporated configurable thresholds in the rezzer to throttle the rez if the sim drops below a configurable time dilation and wait until it recovers or if the rezzer is rezzing too fast for its own good. This is checked before each object is rezzed and seems to work well. The only best way to see time dilation performance is with scripts.

So, there are many things that can be done for a static rezzer to make it sim friendly and reduce lag. But TEMP REZZERS as we are talking about tend to spit out the contents in a timed loop as fast as possible with no regard to sim performance. I guess they have to in order to prevent the appearance of a building flashing in and out of view. I never liked them and once had a neighbor who used them for about 500 prims for his shop! I could see the dilation spike every time it rerezzed and if I was walking around, I would stall every time it rerezzed, but when Lindens looked at it, they said it was my butterfly rocks! They finally moved and the temp rezzers went away and so did those periodic lag spikes.

Another consideration of any static or temp rezzer is the contents they rez, especially if they have lots of scripts that reset upon rez. This will cause performance hits in sim Script Time, which can cause problems if it goes too high.
_____________________
+/- 0.00004
Meade Paravane
Hedgehog
Join date: 21 Nov 2006
Posts: 4,845
02-03-2009 09:40
Not directly related but sorta related, Andrew Linden just posted about temp prim limits.

/8/cd/305651/1.html
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224
- If you see "if you were logged in.." on the left, click it and log in
- Click the "Vote for it" link on the left
1 2 3 4 5 6 7