[Opensim-users] Listener Limit

Justin Clark-Casey jjustincc at googlemail.com
Sat Oct 29 01:48:30 UTC 2011


The setting you want to change is max_listens_per_region in [LL_Functions], this will control the maximum number of 
llListens in a region.  This is set to 1000 by default in the code so I guess you must have hit this limit.

The setting wasn't actually in OpenSimDefaults.ini, so I added it in git master 9bdf118.  However, you could add it 
manually to any OpenSim executable since it has been around for a long time.

On 27/10/11 17:18, Ernesto Carrella wrote:
> I am trying to replicate a set of scripts that works just fine in
> Second Life but breaks down badly in our Opensim server.
>
> I have about 300 objects each of which use 2 or 3 listeners over a few
> channels. The problem is that I fail to open that many listeners. Some
> of the calls to llListen return -1 and fail to load.
> It fails silently so I don't know what's causing this error.
>
> The only setting in the main .ini file I could find was "listener per
> script" but changing it doesn't matter. Am I doing something wrong?
>
> Thank you very much!
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>


-- 
Justin Clark-Casey (justincc)
http://justincc.org/blog
http://twitter.com/justincc



More information about the Opensim-users mailing list