[Opensim-users] Latency in LSL scripts with touch start and llLoadUrl
Dr Ramesh Ramloll
r.ramloll at gmail.com
Sun Mar 10 16:08:14 UTC 2019
It's instantaneous on my end (repeatedly), no slowdown experienced.
On Sun, Mar 10, 2019 at 10:21 AM Asaff Belfer <asaffb at gmail.com> wrote:
> Hello,
>
> Lately we tried a script and found that it reacts pretty slowly and the
> delay somewhat increases in the second and third clicks.
>
> The script is a simple script that sends a url to the user after he clicks
> on a scripted prim.
>
> Here is the script:
>
> default
> {
> state_entry()
> {
>
> }
>
> touch_start(integer num_detected)
> {
> llOwnerSay("URL = " + "http://google.com");
> llLoadURL(llGetOwner(),"","http://google.com");
> llOwnerSay("URL = " + "http://google.com");
> }
> }
>
> May I ask you to try this script in your grids and click the prim a few
> times? Do you get the dialog after 6-8 seconds from the click too?
>
> Thanks,
> Asaff
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users
>
--
'Consider how the lilies grow. They do not labor or spin.'
*Rameshsharma Ramloll* PhD, CEO CTO DeepSemaphore LLC, Landisville, PA;
Affiliate *Research Associate Professor*, Idaho State University,
Pocatello, ID 83209 Tel: 208-240-0040
LinkedIn <http://www.linkedin.com/in/rameshramloll>
More information about the Opensim-users
mailing list