Out Of URLs: Difference between revisions

From CasperTech Wiki
Jump to navigation Jump to search
(Created page with "Every so often, someone will get a message to the effect of "Empty URL" or "Out of URL's". According to the [http://wiki.secondlife.com/wiki/LSL_http_server#Resource_Limitat...")
 
mNo edit summary
Line 1: Line 1:
Every so often, someone will get a message to the effect of "Empty URL" or "Out of URL's".  
Every so often, someone will get a message to the effect of "Empty URL" or "Out of URL's".  


According to the [http://wiki.secondlife.com/wiki/LSL_http_server#Resource_Limitations SL wiki], all parcels will have a URL "pool" that is basically 1 capable URL per prim allotted to the parcel.  
According to the '''[http://wiki.secondlife.com/wiki/LSL_http_server#Resource_Limitations SL wiki]''', all parcels will have a URL "pool" that is basically 1 capable URL per prim allotted to the parcel.  


So if you have a parcel that supports 100 prims, it can also support 100 URLs.  
So if you have a parcel that supports 100 prims, it can also support 100 URLs.  

Revision as of 02:37, 11 November 2015

Every so often, someone will get a message to the effect of "Empty URL" or "Out of URL's".

According to the SL wiki, all parcels will have a URL "pool" that is basically 1 capable URL per prim allotted to the parcel.

So if you have a parcel that supports 100 prims, it can also support 100 URLs.

The Linden wiki states that you can combine the URL pool over multiple parcels. Casper has seen indications that the parcels can only share the URL pool if they are actually joined (making a larger parcel).

If you are trying to use rental units, vendors and/or dropboxes on a parcel and are getting constant "empty/out of URLs" messages, then you need to either boot the sim (in case it's a temporary problem) or look at the number of prims you have available on the parcel, and compare that to the number of scripted items that need URLs.

Region/parcel "Object bonus" only applies to prims, not URL's.