Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

HTTPRequest

BamBam Rockin
Registered User
Join date: 29 May 2007
Posts: 13
07-11-2007 07:08
I've read that there is a limit on how many HTTP requests an avatar can preform per Region however i cannot seem to find the exact number, and over how long of a period of time.

Also i cannot find if it is a rolling number (ie it dynmaically looks backwards x amount of time to check the number) or if it is merely a list that gets cleared every x amount of time.

Does anyone know?
Ultralite Soleil
Registered User
Join date: 31 Aug 2006
Posts: 108
07-11-2007 07:43
From: BamBam Rockin
I've read that there is a limit on how many HTTP requests an avatar can preform per Region however i cannot seem to find the exact number, and over how long of a period of time.

Also i cannot find if it is a rolling number (ie it dynmaically looks backwards x amount of time to check the number) or if it is merely a list that gets cleared every x amount of time.

Does anyone know?

100 requests per 100 seconds for all objects with the same owner in the same sim.

More info here:
http://lslwiki.net/lslwiki/wakka.php?wakka=llHTTPRequest
http://lslwiki.net/lslwiki/wakka.php?wakka=llHTTPRequestThrottle1
http://lslwiki.net/lslwiki/wakka.php?wakka=llHTTPRequestThrottle2
BamBam Rockin
Registered User
Join date: 29 May 2007
Posts: 13
07-11-2007 08:28
Excellent, thank you
Leony Collas
Registered User
Join date: 15 May 2007
Posts: 10
HttpRequest limit of group owned objects
07-12-2007 02:51
From: Ultralite Soleil
100 requests per 100 seconds for all objects with the same owner in the same sim.


What happens if objects are group owned? For example, if there's a group of 10 people which owns their own island and all objects on the island are shared with this group. Is it possible to send 1000 requests per 100 seconds for alle objects in this case?
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
07-12-2007 04:55
Even a group owned object has exactly one owner. Thus, the normal limits apply.
Leony Collas
Registered User
Join date: 15 May 2007
Posts: 10
07-12-2007 08:10
From: Squirrel Wood
Even a group owned object has exactly one owner. Thus, the normal limits apply.


And what happens if the objects are not group owned, but only on a group owned island? Is it possible to do more httpRequests then? Are there any problems with the communications between objects from different owners?