[Opensim-users] LSL HTTP server is slow (part II)

Jeff Kelley opensim at pescadoo.net
Fri Jan 15 02:45:50 UTC 2016


At 9:50 AM +0100 1/15/16, Tom Frost wrote:

>Out of curiosity, how well does this scale? I remember in SL there was a
>limit to the number of URL's a resident can have (38 from
>http://wiki.secondlife.com/wiki/LSL_http_server#Resource_Limitations),
>which implies that url's don't scale that well in SL. How does the http
>server in opensim scale?


Hi Tom.

In opensim, in a region with no url allocated, llGetFreeURLs() returns 100.

In a real app, you probably don't want to manage as many. Rather one, 
and dispatch commands via chat or MessageLinked.


-- Jeff


More information about the Opensim-users mailing list