Second Life Server News Week 37

Andrew Linden talked about caching in the 9/13 Simulator User Group. He has the job of writing code to track cache misses. I’ve never thought the viewer cache was doing much for me. I don’t see much difference in render speed for returning visits to places I’ve visited from places I’ve never been to.

The trick is figuring out which are planned or expected misses and which are cache failures. If you have been to a region you should have all the needed textures in your cache. Those textures should be found and avoid the need for a download. If the texture is in the cache and it downloads again, it can be considered a miss or failure.

Of course if you have never been to a region, one expects all the texture to have to download. So, misses are not a bad thing. The challenge is in knowing when the caching system is failing. It has broken in the past. So, the new code will be an alerting system.

The simulator has an Interest List. In the list are the things the viewer needs to render the scene for its avatar. As Andrew describes it; when an avatar arrives in a region things around them have specific positions, geometry, and textures needed to render them. The simulator figures out what objects are in the avatar’s view and assembles a list that it sends labeled with a version number. When things in the list change, a new list is sent with an updated version number.

Read more

OMG! Merchants Get Screwed?

I was surprised to find Darrius’ rip on Linden Lab’s Commerce Team this evening. I’m not surprised the Commerce Team released such a disaster. They tend to hide under their desks and it seems that behavior is catching up with them. If you are a merchant selling in world or in the Market Place, your … Read more

Hope for Kirsten Viewer

Hamlet Au at new World Notes posted an article on saving the Kirsten Viewer. From information coming from Dawny and Lee the problem is a change in their income from health issues. Hamlet put together that if the money comes from developing the viewer, development could continue. Duh! Why didn’t I think of that.

See: Kirstens’ Viewer Development Could Continue – If Kirstens’ 8500 Users Donated $6 Each!

Composite of DieselDemon & Migasun Images - Flickr

I’m not buying the $6 per year average. Hamlet basis his number on the 8,500 downloads of the Kirsten S21(9) viewer. That is a recent development. The typical download is 2,000± per version. I think it more likely that there are 1,500 or so devoted fans of the viewer.

The recent increase in downloads is likely due to the fact that until just recently, Kirsten’s was the only mesh capable viewer, other than the Lab’s. Capable not just in the sense that it can render mesh, it also uploads mesh. AFAIK, it is the only TPV that can upload.

Read more

Mesh Problems

Maxwell Graf has a neat graphic that lists the current problems with mesh clothes. Other than most are over priced (IMO). Check out his Plurk stream for information. He has a forum post you should check out too. Also the JIRA for this issue has been moved and is now SH-2374. Stop by the JIRA and click WATCH.

The image mentioned is here.

There are simple solutions for most of the problems listed. It is not the total disaster Maxwell paints. But, you have to learn the work around. He is right on that mesh clothes are currently more of a problem then necessary.

From the Lindens’ side it was a matter of delaying mesh and solving this problem or releasing mesh and solving the problem later. We know what they decided. If you read my mesh update, you know whats going on.

Read more

Second Life Statistics Week 37

There are really no changes in the statistics this month. Trends are continuing. So, I’m not posting graphs or doing detailed analysis. I do have some comments.

I can see a slight consistent increase over the last 5 months in daily sign ups. It looks like that is trending upward and is pretty well established. So, I think the changes in the SL sign up process have made a significant difference. We can say that change is working.

On the other hand, concurrent logins are trending down or up depending on the data you consider. Metaverse Business stats were the best for seeing the detail of what was happening, having the max and min login with the average. But, their stats stopped when the SL Splash page changed. They have yet to fix the problem. If you are interested, send them an email.

Read more

#SL Mesh Group Update Week 37

Most of the work Lindens are doing in regard to mesh just now is to stabilize the viewer and servers, mesh problem fixing and performance improvements. Today they went through answering questions posted to the meeting agenda, a typical meeting with some interesting items.

Mesh 11-09-12

Prim Equivalence

By now you probably know Prim Equivalence (PE) is a complex way of representing how mesh uses up render resources. It is confusing, especially if one does not read how it is supposed to work in the wiki. Most people don’t bother to read the wiki. After finding they can’t figure it out, they complain in the forum and blame the Lindens for a dumb idea that is broken. Well… if one make an attempt, it is not too hard to understand.

Read more