|
Anya Ristow
Vengeance Studio
Join date: 21 Sep 2006
Posts: 1,243
|
09-30-2008 18:37
Are permissions requests taking longer to be granted these days? In an under-utilized mainland sim it's taking about 8 seconds. Is that normal?
|
|
Haravikk Mistral
Registered User
Join date: 8 Oct 2005
Posts: 2,482
|
10-01-2008 03:09
Any particular permissions experiencing this? I've not noticed any delay, are the scripts in question running as LSO-LSL or Mono?
_____________________
Computer (Mac Pro): 2 x Quad Core 3.2ghz Xeon 10gb DDR2 800mhz FB-DIMMS 4 x 750gb, 32mb cache hard-drives (RAID-0/striped) NVidia GeForce 8800GT (512mb)
|
|
Anya Ristow
Vengeance Studio
Join date: 21 Sep 2006
Posts: 1,243
|
10-01-2008 05:10
This is mono, and the script is too large to test without mono. The perms are control and animation.
|
|
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
|
10-01-2008 06:50
Not seeing that delay here. The following script returns as near to immediately as I can judge, after I grant the permissions: default { touch_start(integer total_number) { llRequestPermissions(llDetectedKey(0), PERMISSION_TAKE_CONTROLS | PERMISSION_TRIGGER_ANIMATION); } run_time_permissions(integer perms) { llOwnerSay("got perms"); } }
(Mono on an unloaded Mainland sim, running Second Life Server 1.24.7.98039 at the moment.)
|
|
bobbyb30 Swashbuckler
Registered User
Join date: 8 Sep 2008
Posts: 46
|
10-01-2008 17:08
I've noticed no delay increase.
|
|
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
|
10-01-2008 17:37
Permissions request would be an asset server call. For the last couple of months the asset system has been at peak capacity when concurrency is highest. It is slowly being tweaked up and is being worked on but every now and then, especially on the weekends you will end up with strange phenomenon like scripts or notecards that don't open, scripts that will not save etc. How full or empty the sim you are in doesn't have a bearing on the problem.
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime. From: someone I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
|